cd to the right dir
This commit is contained in:
parent
6ec07f7ffe
commit
236cb178d1
@ -11,6 +11,8 @@ tasks:
|
|||||||
-o bazel
|
-o bazel
|
||||||
chmod +x bazel
|
chmod +x bazel
|
||||||
- test_musl: |
|
- test_musl: |
|
||||||
./bazel run --platforms @com_github_ziglang_zig//:platform_linux-x86_64-musl //test:gomusl
|
cd bazel-zig-cc
|
||||||
|
../bazel run --platforms @com_github_ziglang_zig//:platform_linux-x86_64-musl //test:gomusl
|
||||||
- test_gnu: |
|
- test_gnu: |
|
||||||
./bazel run --platforms @com_github_ziglang_zig//:platform_linux-x86_64-gnu //test:gognu
|
cd bazel-zig-cc
|
||||||
|
../bazel run --platforms @com_github_ziglang_zig//:platform_linux-x86_64-gnu //test:gognu
|
||||||
|
Loading…
Reference in New Issue
Block a user