diff options
| author | Luuk de Gram <luuk@degram.dev> | 2022-07-10 18:28:14 +0200 |
|---|---|---|
| committer | Luuk de Gram <luuk@degram.dev> | 2022-07-23 10:08:51 +0200 |
| commit | 34b786fb0f458ff80a030a94d722ffcaef95f7e4 (patch) | |
| tree | aa6affe32542bc3dc46655a1b71863098d2d20a2 /ci | |
| parent | 4776065036f9878c86e54fa83341fe8cdbb175f0 (diff) | |
| download | zig-34b786fb0f458ff80a030a94d722ffcaef95f7e4.tar.gz zig-34b786fb0f458ff80a030a94d722ffcaef95f7e4.zip | |
enable link-test on linux CI
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/zinc/linux_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/zinc/linux_test.sh b/ci/zinc/linux_test.sh index 611af4adce..2990287bcc 100755 --- a/ci/zinc/linux_test.sh +++ b/ci/zinc/linux_test.sh @@ -67,6 +67,7 @@ $STAGE1_ZIG build test-cli -fqemu -fwasmtime $STAGE1_ZIG build test-run-translated-c -fqemu -fwasmtime $STAGE1_ZIG build docs -fqemu -fwasmtime $STAGE1_ZIG build test-cases -fqemu -fwasmtime +$STAGE1_ZIG build test-link -fqemu -fwasmtime # Produce the experimental std lib documentation. mkdir -p "$RELEASE_STAGING/docs/std" |
