Skip to content
Snippets Groups Projects
Commit 919a5089 authored by Matthias Grob's avatar Matthias Grob
Browse files

appveyor: run make test also on Windows CI

parent be16baaa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment