소스 검색

Add .appveyor.yml

Daniele Bartolini 10 년 전
부모
커밋
9c9ed074e0
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      .appveyor.yml

+ 13 - 0
.appveyor.yml

@@ -0,0 +1,13 @@
+os:
+  - Visual Studio 2013
+
+install:
+  - third/bx/tools/bin/windows/genie --file=genie\genie.lua --with-luajit --with-openal --with-bullet --with-tools vs2013
+
+configuration:
+  - debug
+  - development
+  - release
+
+build:
+  - project: build/projects/vs2013/crown.sln