appveyor wip
This commit is contained in:
parent
02e424ffc9
commit
0a4a1b1736
|
@ -13,13 +13,9 @@ environment:
|
|||
- arch: Win64
|
||||
|
||||
before_build:
|
||||
- cmd: |-
|
||||
mkdir build
|
||||
cd build
|
||||
cmake --version
|
||||
cmake .. -G "Visual Studio 15 2017Win64"
|
||||
- cmd: cmake -G "Visual Studio 15 2017Win64"
|
||||
|
||||
build:
|
||||
project: c:\projects\tic-80\build\template.sln
|
||||
project: c:\projects\tic-80\template.sln
|
||||
verbosity: minimal
|
||||
parallel: true
|
||||
|
|
Loading…
Reference in New Issue