We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401e0ce commit b8342e1Copy full SHA for b8342e1
ci/README.md
@@ -16,9 +16,9 @@ All CI is just bash and nix.
16
To run jobs locally:
17
18
```bash
19
-CI_CONFIG=ci/configs/default.sh ci/scripts/run.sh
20
-CI_CONFIG=ci/configs/llvm.sh ci/scripts/run.sh
21
-CI_CONFIG=ci/configs/gnu32.sh ci/scripts/run.sh
+CI_CONFIG=ci/configs/default.bash ci/scripts/run.sh
+CI_CONFIG=ci/configs/llvm.bash ci/scripts/run.sh
+CI_CONFIG=ci/configs/gnu32.bash ci/scripts/run.sh
22
```
23
24
By default CI jobs will reuse their build directories. `CI_CLEAN=1` can be specified to delete them before running instead.
ci/configs/default.sh renamed to ci/configs/default.bash
ci/configs/gnu32.sh renamed to ci/configs/gnu32.bash
ci/configs/llvm.sh renamed to ci/configs/llvm.bash
0 commit comments