File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Run CI script
27
27
env :
28
- CI_CONFIG : ci/configs/${{ matrix.config }}.sh
28
+ CI_CONFIG : ci/configs/${{ matrix.config }}.bash
29
29
run : ci/scripts/run.sh
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ All CI is just bash and nix.
16
16
To run jobs locally:
17
17
18
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
19
+ CI_CONFIG=ci/configs/default.bash ci/scripts/run.sh
20
+ CI_CONFIG=ci/configs/llvm.bash ci/scripts/run.sh
21
+ CI_CONFIG=ci/configs/gnu32.bash ci/scripts/run.sh
22
22
```
23
23
24
24
By default CI jobs will reuse their build directories. ` CI_CLEAN=1 ` can be specified to delete them before running instead.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments