update .build.yml for correct toolchain/platform paths
This commit is contained in:
parent
eedfc3312e
commit
9015e381fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user