mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
Switching to dotfile version and updating config.
This commit is contained in:
parent
42ff5e703b
commit
fd253421b5
33
.appveyor.yml
Normal file
33
.appveyor.yml
Normal file
@ -0,0 +1,33 @@
|
||||
version: 1.0.1.{build}
|
||||
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
|
||||
- platform: x86
|
||||
QTDIR: C:\Qt\5.7\msvc2015
|
||||
|
||||
- platform: x64
|
||||
QTDIR: C:\Qt\5.7\msvc2015_64
|
||||
|
||||
build:
|
||||
project: GLoSC.sln
|
||||
verbosity: normal
|
||||
|
||||
artifacts:
|
||||
- TargetConfig.ini
|
||||
|
||||
deploy:
|
||||
|
||||
- provider: GitHub
|
||||
auth_token:
|
||||
secure: Ec0RLkIirpuLD2eNfFlN51Jsxv737ZVX9kcwNlxSBd8A/eTn/uYvpN/nAMctsHUq
|
||||
on:
|
||||
appveyor_repo_tag: true
|
||||
|
11
appveyor.yml
11
appveyor.yml
@ -1,11 +0,0 @@
|
||||
version: 1.0.{build}
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
build:
|
||||
verbosity: minimal
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
auth_token:
|
||||
secure: Ec0RLkIirpuLD2eNfFlN51Jsxv737ZVX9kcwNlxSBd8A/eTn/uYvpN/nAMctsHUq
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue
Block a user