Add Windows nightly builds.
This commit is contained in:
parent
09c072fdfd
commit
0933bbf687
23
appveyor.yml
23
appveyor.yml
|
@ -1,9 +1,22 @@
|
||||||
version: 1.0.{build}
|
version: 2.1.{build}
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- mkdir cbuild
|
- mkdir cbuild
|
||||||
- cd cbuild
|
- cd cbuild
|
||||||
- cmake -DDISABLE_TTF2C=ON -G"Visual Studio 12" ..
|
- cmake -DDISABLE_TTF2C=ON -G"Visual Studio 12" -T v120_xp ..
|
||||||
build:
|
build:
|
||||||
project: C:\projects\solvespace\cbuild\src\solvespace.vcxproj
|
project: C:\projects\solvespace\cbuild\src\solvespace.vcxproj
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
artifacts:
|
||||||
|
- path: cbuild\src\Debug\solvespace.exe
|
||||||
|
name: solvespace.exe
|
||||||
|
- path: cbuild\src\Debug\solvespace.pdb
|
||||||
|
name: solvespace.pdb
|
||||||
|
deploy:
|
||||||
|
- provider: GitHub
|
||||||
|
auth_token:
|
||||||
|
secure: Flqxu1cz6PyxVT1wzTP4bSrQOY8wFrO7pJxYxvjEkLqIUU4dsDQrs2rac/A9deet
|
||||||
|
description: ""
|
||||||
|
artifact: solvespace.exe
|
||||||
|
on:
|
||||||
|
appveyor_repo_tag: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user