Daniele Bartolini 10 лет назад
Родитель
Сommit
8f4e72c5bc
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      .appveyor.yml

+ 3 - 1
.appveyor.yml

@@ -2,6 +2,8 @@ os:
   - Visual Studio 2013
   - Visual Studio 2013
 
 
 install:
 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
   - third/bx/tools/bin/windows/genie --file=genie\genie.lua --with-luajit --with-openal --with-bullet --with-tools vs2013
 
 
 configuration:
 configuration:
@@ -10,4 +12,4 @@ configuration:
   - release
   - release
 
 
 build:
 build:
-  - project: build/projects/vs2013/crown.sln
+  project: build/projects/vs2013/crown.sln