-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
41 lines (35 loc) · 856 Bytes
/
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
33
34
35
36
37
38
39
40
41
version: 1.1.0.{build}
configuration:
- Release
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
VS_VERSION: 15 2017
VS_PLATFORM: win32
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# VS_VERSION: 15 2017
# VS_PLATFORM: x64
before_build:
- git submodule update --init --recursive
- cmake .
build:
project: StarCore.sln
test_script:
- build\Release\StarCore.win32.exe
- build\Release\StarCore.win32.exe tests.sc
artifacts:
- path: build\*\*
name: win32
deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Auto Build'
provider: GitHub
auth_token:
secure: RUp57xGP/E19r+wEr4rbMD2nmqVX78jrU0vyvfSAKkWJx4cZR+Yv/eGR++jaA8gT
artifacts: win32
draft: false
force_update: true
prerelease: false
on:
APPVEYOR_REPO_TAG: true # deploy on tag push only