fix CI again
This commit is contained in:
parent
f50fade5de
commit
f93562b45a
|
@ -42,7 +42,7 @@ install:
|
|||
|
||||
script:
|
||||
- set -e # fail fast
|
||||
- make -j2 update # allow detecting and building a new Nim compiler
|
||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" update # to allow a newer Nim version to be detected
|
||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}"
|
||||
- build/nimbus --help
|
||||
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility
|
||||
|
|
Loading…
Reference in New Issue