From 919a508935b76890bf44801bdd081a162ddc2a62 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Wed, 21 Nov 2018 13:59:27 +0100 Subject: [PATCH] appveyor: run make test also on Windows CI --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 73f093eef5..395c8e695b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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