mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
ci: make everything (#270)
* ci: make everything * remove tools from test target, do avoid duplicate work in CI
This commit is contained in:
parent
215efee384
commit
9bd5b02f93
@ -26,7 +26,7 @@ build_script:
|
||||
- dir C:\mingw-w64
|
||||
|
||||
test_script:
|
||||
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 nimbus
|
||||
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0
|
||||
- build\nimbus.exe --help
|
||||
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% V=0 test
|
||||
- IF "%PLATFORM%" == "x64" mingw32-make -j2 test-reproducibility
|
||||
|
@ -33,7 +33,7 @@ install:
|
||||
|
||||
script:
|
||||
- set -e # fail fast
|
||||
- make -j${NPROC} V=0 nimbus
|
||||
- make -j${NPROC} V=0
|
||||
- ./build/nimbus --help
|
||||
- make -j${NPROC} V=0 test test-reproducibility
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user