This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
hermetic_cc_toolchain
Watch
1
Fork
0
You've already forked hermetic_cc_toolchain
Code
Releases
Activity
0c02a827ae
hermetic_cc_toolchain
/
ci
/
test
5 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add release and build scripts
2021-10-18 15:12:31 +03:00
#!/bin/bash
set -euo pipefail
run bazel test This simplifies the tests somewhat.
2022-02-03 22:38:43 +02:00
Restructure tests to all run in bazel - add rules to run tests for a specific platform - use downloaded buildifier - move lint to a script - rename ci tasks - stop running under qemu-aarch64-static as it doesn't do anything
2022-04-13 15:58:11 +03:00
bazel test ...
Copy Permalink