diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-02-10 22:19:44 -0700 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2022-02-12 11:18:23 +0100 |
| commit | 1a8987fe7c0e8ee43eb8f3dcccb932b7b2afcee2 (patch) | |
| tree | 5473f82c8d47d60fe385e4a0ec0772f7f9325d21 /ci | |
| parent | a024aff9324e827d6595e44f922d87f8ed2dbd0d (diff) | |
| download | zig-1a8987fe7c0e8ee43eb8f3dcccb932b7b2afcee2.tar.gz zig-1a8987fe7c0e8ee43eb8f3dcccb932b7b2afcee2.zip | |
CI: additionally test stage2 LLVM backend targeting aarch64-linux
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 d9f42e6876..8f3eaacc7e 100755 --- a/ci/zinc/linux_test.sh +++ b/ci/zinc/linux_test.sh @@ -5,6 +5,7 @@ ZIG=$DEBUG_STAGING/bin/zig $ZIG test test/behavior.zig -fno-stage1 -I test -fLLVM +$ZIG test test/behavior.zig -fno-stage1 -I test -fLLVM -target aarch64-linux --test-cmd qemu-aarch64 --test-cmd-bin $ZIG test test/behavior.zig -fno-stage1 -I test -ofmt=c $ZIG test test/behavior.zig -fno-stage1 -I test -target wasm32-wasi --test-cmd wasmtime --test-cmd-bin $ZIG test test/behavior.zig -fno-stage1 -I test -target arm-linux --test-cmd qemu-arm --test-cmd-bin |
