forked from ParadoxGameConverters/EU4ToVic2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml.bak
37 lines (33 loc) · 1.16 KB
/
appveyor.yml.bak
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
33
34
35
36
37
version: dev.{build}
skip_tags: true
image: Visual Studio 2019 Preview
configuration: Release
build_script:
- cmd: >-
git submodule update --init --recursive
msbuild -m EU4ToVic2.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
test_script:
- ps: >-
EU4ToVic2Tests\Release\EU4ToVic2Tests.exe --gtest_output=xml:tests.xml
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
artifacts:
- path: Release
name: EU4ToVic2-1.0Stettin
deploy:
- provider: GitHub
release: windows_development_build
description: The most recent build of the development version
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: paradoxGameConverters/EU4ToVic2
artifact: EU4ToVic2-1.0Stettin
prerelease: true
force_update: true
- provider: GitHub
tag: 1.0S
release: 1.0S "Stettin" - for 1.31 and previous
auth_token:
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
repository: paradoxGameConverters/EU4ToVic2
artifact: EU4ToVic2-1.0Stettin