1
Fork 0

update .build.yml for correct toolchain/platform paths

nix
Motiejus Jakštys 2022-04-07 12:56:32 +03:00
parent eedfc3312e
commit 9015e381fd
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ tasks:
- test_list_toolchains_platforms: |
cd bazel-zig-cc; . .envrc
echo "Available toolchains:"
bazel query @zig_sdk//... | grep _toolchain$
bazel query @zig_sdk//toolchain:*
echo "Available platforms:"
bazel query @zig_sdk//... | grep _platform$
bazel query @zig_sdk//platform:*
- test_hello_on_toolchains: |
cd bazel-zig-cc
./ci/test --color=yes --curses=yes