mirror of
https://github.com/enduro2d/enduro2d-bootstrap.git
synced 2025-12-14 04:09:32 +07:00
add ci scripts
This commit is contained in:
11
.appveyor.yml
Normal file
11
.appveyor.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "{build}"
|
||||
image:
|
||||
- Visual Studio 2015
|
||||
- Visual Studio 2017
|
||||
platform:
|
||||
- Win32
|
||||
- x64
|
||||
build_script:
|
||||
- git submodule update --init --recursive
|
||||
- scripts\build_all.bat
|
||||
test: off
|
||||
Reference in New Issue
Block a user