-
Notifications
You must be signed in to change notification settings - Fork 95
/
appveyor.yml
32 lines (27 loc) · 1.06 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: 1.14.{build}
pull_requests:
do_not_increment_build_number: true
configuration: Release
clone_depth: 1
init:
- ps: >-
Invoke-WebRequest http://kael.civfanatics.net/files/VCToolkitSetup.exe -OutFile ${env:TEMP}\VCToolkitSetup.exe
& ${env:TEMP}\VCToolkitSetup.exe /s /v"/qb"
Start-Sleep -s 120
Invoke-WebRequest http://kael.civfanatics.net/files/msvcrt.lib -OutFile "C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\lib\msvcrt.lib"
Invoke-WebRequest http://kael.civfanatics.net/files/msvcrtd.lib -OutFile "C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\lib\msvcrtd.lib"
Invoke-WebRequest http://kael.civfanatics.net/files/msvcprt.lib -OutFile "C:\Program Files (x86)\Microsoft Visual C++ Toolkit 2003\lib\msvcprt.lib"
build:
project: CvGameCoreDLL/CvGameCoreDLL.vcxproj
verbosity: minimal
artifacts:
- path: Assets/CvGameCoreDLL.dll
name: CvGameCoreDLL
notifications:
- provider: GitHubPullRequest
on_build_success: true
on_build_failure: true
on_build_status_changed: true
only_commits:
files:
- CvGameCoreDLL/