summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2018-01-04 20:32:12 +0100
committerEmmanuel Leblond <emmanuel.leblond@gmail.com>2018-01-04 20:32:12 +0100
commite7965b0f8af6150eba68c1c422f475957c48101c (patch)
tree85ecf9e2feb312fe4baf5f9c86f6079058649730 /.appveyor.yml
parent6e2ed15ff14efe3063f66c182218f56e557bb468 (diff)
downloadredot-engine-e7965b0f8af6150eba68c1c422f475957c48101c.tar.gz
Add GDnative wrapper lib on CI build
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index aeee15e652..708961fd92 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