Browse Source

Tools: fixed appveyor configure

mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
d6715290ff
  1. 2
      Tools/scripts/build_appveyor.sh

2
Tools/scripts/build_appveyor.sh

@ -14,7 +14,7 @@ CXX=i686-pc-cygwin-g++.exe CC=i686-pc-cygwin-gcc ./waf configure --board sitl @@ -14,7 +14,7 @@ CXX=i686-pc-cygwin-g++.exe CC=i686-pc-cygwin-gcc ./waf configure --board sitl
(
date
git submodule update --init --recursive -f
/usr/bin/python waf configure --board sitl
/usr/bin/python waf -j4 copter plane rover heli sub
# map to the names that MissionPlanner expects

Loading…
Cancel
Save