aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Leblond2018-01-04 20:32:12 +0100
committerEmmanuel Leblond2018-01-04 20:32:12 +0100
commite7965b0f8af6150eba68c1c422f475957c48101c (patch)
tree85ecf9e2feb312fe4baf5f9c86f6079058649730
parent6e2ed15ff14efe3063f66c182218f56e557bb468 (diff)
downloadgodot-e7965b0f8af6150eba68c1c422f475957c48101c.tar.gz
godot-e7965b0f8af6150eba68c1c422f475957c48101c.tar.zst
godot-e7965b0f8af6150eba68c1c422f475957c48101c.zip
-rw-r--r--.appveyor.yml2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index aeee15e65..708961fd9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -28,4 +28,4 @@ before_build:
- SET "SCONS_CACHE=%SCONS_CACHE_ROOT%\master"
build_script:
-- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% verbose=yes progress=no
+- scons platform=%GD_PLATFORM% target=%TARGET% tools=%TOOLS% verbose=yes progress=no gdnative_wrapper=yes
diff --git a/.travis.yml b/.travis.yml
index 0dfeaf16e..9df2388b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,5 +90,5 @@ script:
- if [ "$STATIC_CHECKS" = "yes" ]; then
sh ./misc/travis/clang-format.sh;
else
- scons -j2 CC=$CC CXX=$CXX platform=$GODOT_TARGET TOOLS=$TOOLS verbose=yes progress=no openmp=no;
+ scons -j2 CC=$CC CXX=$CXX platform=$GODOT_TARGET TOOLS=$TOOLS verbose=yes progress=no openmp=no gdnative_wrapper=yes;
fi