mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
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:
parent
dfd694f1e1
commit
f2bcf35949
@ -30,6 +30,7 @@ test_script:
|
|||||||
- build\nimbus.exe --help
|
- build\nimbus.exe --help
|
||||||
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 NIMFLAGS="-d:release" test
|
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 NIMFLAGS="-d:release" test
|
||||||
- IF "%PLATFORM%" == "x64" mingw32-make -j2 test-reproducibility
|
- IF "%PLATFORM%" == "x64" mingw32-make -j2 test-reproducibility
|
||||||
|
- mingw32-make -C vendor/nim-beacon-chain -j2 V=0 test
|
||||||
|
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
||||||
|
@ -37,4 +37,5 @@ script:
|
|||||||
- ./build/nimbus --help
|
- ./build/nimbus --help
|
||||||
- make -j${NPROC} V=0 NIMFLAGS="-d:release" test
|
- make -j${NPROC} V=0 NIMFLAGS="-d:release" test
|
||||||
- make -j${NPROC} V=0 test-reproducibility
|
- make -j${NPROC} V=0 test-reproducibility
|
||||||
|
- make -C vendor/nim-beacon-chain -j${NPROC} V=0 test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user