appveyor: run make test also on Windows CI

This commit is contained in:
Matthias Grob 2018-11-21 13:59:27 +01:00
parent be16baaa3c
commit 919a508935
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ build_script:
- call bash --login -c "cd $repopath && make posix"
# make pixracer to check NuttX build
- call bash --login -c "cd $repopath && make px4fmu-v4_default"
# run tests
- call bash --login -c "cd $repopath && make tests"
# Note: using bash --login is important
# because otherwise certain things (like python; import numpy) do not work