diff options
| author | Emmanuel Leblond | 2018-01-04 20:32:12 +0100 |
|---|---|---|
| committer | Emmanuel Leblond | 2018-01-04 20:32:12 +0100 |
| commit | e7965b0f8af6150eba68c1c422f475957c48101c (patch) | |
| tree | 85ecf9e2feb312fe4baf5f9c86f6079058649730 | |
| parent | 6e2ed15ff14efe3063f66c182218f56e557bb468 (diff) | |
| download | godot-e7965b0f8af6150eba68c1c422f475957c48101c.tar.gz godot-e7965b0f8af6150eba68c1c422f475957c48101c.tar.zst godot-e7965b0f8af6150eba68c1c422f475957c48101c.zip | |
| -rw-r--r-- | .appveyor.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 2 |
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 |
