File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v*' # Trigger on version tags like v0.4.0
7+ workflow_dispatch :
78
89jobs :
910 build-static :
@@ -19,14 +20,14 @@ jobs:
1920
2021 - name : Build debug static binary
2122 run : |
22- singularity run --bind $(pwd):/load --bind /scratch --bind /uufs \
23+ singularity run --bind $(pwd):/load \
2324 docker://brentp/musl-hts-nim:latest \
2425 /usr/local/bin/nsb -n strling.nimble -s src/strling.nim -- -d:danger -d:release -d:debug
2526 cp strling strling_debug
2627
2728 - name : Build release static binary
2829 run : |
29- singularity run --bind $(pwd):/load --bind /scratch --bind /uufs \
30+ singularity run --bind $(pwd):/load \
3031 docker://brentp/musl-hts-nim:latest \
3132 /usr/local/bin/nsb -n strling.nimble -s src/strling.nim -- -d:danger -d:release
3233
You can’t perform that action at this time.
0 commit comments