ci: make everything (#270)

* ci: make everything
* remove tools from test target, do avoid duplicate work in CI
This commit is contained in:
Jacek Sieka 2019-03-14 14:11:31 -06:00 committed by GitHub
parent 215efee384
commit 9bd5b02f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -145,7 +145,7 @@ testsuite: | build deps
#- builds the tools, to make sure they're still compilable
#- builds and runs all tests
test: | $(TOOLS) testsuite
test: | testsuite
# primitive reproducibility test
test-reproducibility: