-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
.appveyor.yml
executable file
·36 lines (30 loc) · 1.04 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
33
34
35
36
version: 666.{build}
skip_tags: false
os: Visual Studio 2017
clone_depth: 1
clone_folder: C:\textosaurus
environment:
access_token:
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
artifacts:
- path: 'textosaurus-build\src\textosaurus\*win64.exe'
name: textosaurusexe
- path: 'textosaurus-build\src\textosaurus\*win64.7z'
name: textosaurus7z
deploy:
description: 'New Textosaurus release.'
provider: GitHub
auth_token:
secure: oR2iY1h+Z5AF4t3yP1mxNW7HL8qhPm8y4Uupp4b03QSC7puVrkkCaO1E1NQA9q9K
artifact: textosaurusexe, textosaurus7z
draft: false
prerelease: false
on:
appveyor_repo_tag: true
build_script:
- git submodule update --init --recursive
- ps: C:\textosaurus\resources\scripts\.appveyor-prepare-win.ps1
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
- ps: C:\textosaurus\resources\scripts\.appveyor-build-win.ps1
on_success:
- ps: C:\textosaurus\resources\scripts\.appveyor-install-win.ps1