1

run bazel test

This simplifies the tests somewhat.
This commit is contained in:
Motiejus Jakštys
2022-02-03 22:38:43 +02:00
parent 78a77ebbe5
commit 5871171549
2 changed files with 26 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
image: debian/stable
packages:
- direnv
- file
- shellcheck
- qemu-user
sources:
- https://git.sr.ht/~motiejus/bazel-zig-cc
environment:
@@ -19,12 +19,9 @@ tasks:
shellcheck -x $(awk '/#!\/bin\/(ba)?sh/&&FNR==1{print FILENAME}' $(git ls-files))
bazel run //:buildifier
git diff --exit-code
- test_native: |
cd bazel-zig-cc; . .envrc
bazel test //...
- test_list_toolchains: |
cd bazel-zig-cc; . .envrc; echo "Available toolchains:"
bazel query @zig_sdk//... | sed -En '/.*_toolchain$/ s/.*:(.*)_toolchain$/\1/p'
- test_hello_on_toolchains: |
cd bazel-zig-cc
./ci/test
./ci/test --color=yes --curses=yes