This commit is contained in:
andri lim 2019-10-28 23:17:54 +07:00
parent ade81341c3
commit f50fade5de
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +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}"
- build/nimbus --help
- make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility