This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
hermetic_cc_toolchain
Watch
1
Fork
You've already forked hermetic_cc_toolchain
0
Code
Releases
Activity
c904fc7d7d
hermetic_cc_toolchain
/
ci
/
test
5 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added Windows target testing
2022-05-29 19:35:18 +03:00
#!/bin/bash
windows tests: move tests, get rid of wine-binfmt This removes all other Bazel test commands, so all tests can be again tested with `bazel test ...`. Also, fixes linux-arm64 glibc tests. Until now they've worked only in CI. Now they work everywhere I tried.
2022-06-02 08:46:16 +03:00
set -xeuo pipefail
run bazel test This simplifies the tests somewhat.
2022-02-03 22:38:43 +02:00
added Windows target testing
2022-05-29 19:35:18 +03:00
bazel test ...