Explorar el Código

Update .appveyor.yml

Daniele Bartolini hace 10 años
padre
commit
8f4e72c5bc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .appveyor.yml

+ 3 - 1
.appveyor.yml

@@ -2,6 +2,8 @@ os:
   - Visual Studio 2013
 
 install:
+  - git submodule init
+  - git submodule update
   - third/bx/tools/bin/windows/genie --file=genie\genie.lua --with-luajit --with-openal --with-bullet --with-tools vs2013
 
 configuration:
@@ -10,4 +12,4 @@ configuration:
   - release
 
 build:
-  - project: build/projects/vs2013/crown.sln
+  project: build/projects/vs2013/crown.sln