Skip to content

Commit

Permalink
Add building of wakunode/wakusim in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeme committed Jan 20, 2020
1 parent 9bccfbd commit d347a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -47,6 +47,7 @@ test_script:
# the "go-checks" target fails in AppVeyor, for some reason; easier to disable than to debug
# - mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% DISABLE_GO_CHECKS=1 libnimbus.so
# - mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% DISABLE_GO_CHECKS=1 libnimbus.a
- mingw32-make -j2 ARCH_OVERRIDE=%PLATFORM% wakusim

deploy: off

4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -54,7 +54,7 @@ script:
- build/nimbus --help
# -static option will not work for osx unless static system libraries are provided
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility wrappers;
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility wrappers wakusim;
else
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility wrappers wrappers-static;
make -j${NPROC} NIMFLAGS="--parallelBuild:${NPROC}" test test-reproducibility wrappers wrappers-static wakusim;
fi

0 comments on commit d347a5c

Please sign in to comment.