Nimbus CI: add nim-beacon-chain tests

We need to make sure that bumping Git submodules doesn't break
nim-beacon-chain here, since this is the recommeded setup for using that
repo.
This commit is contained in:
Ștefan Talpalaru 2019-03-28 19:36:37 +01:00
parent dfd694f1e1
commit f2bcf35949
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ test_script:
- build\nimbus.exe --help
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 NIMFLAGS="-d:release" test
- IF "%PLATFORM%" == "x64" mingw32-make -j2 test-reproducibility
- mingw32-make -C vendor/nim-beacon-chain -j2 V=0 test
deploy: off

View File

@ -37,4 +37,5 @@ script:
- ./build/nimbus --help
- make -j${NPROC} V=0 NIMFLAGS="-d:release" test
- make -j${NPROC} V=0 test-reproducibility
- make -C vendor/nim-beacon-chain -j${NPROC} V=0 test