2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-19 03:25:29 +00:00
GlosSI-fork/.appveyor.yml

17 lines
310 B
YAML
Raw Normal View History

2019-10-19 18:50:31 +00:00
version: 2.0.6.{build}
pull_requests:
do_not_increment_build_number: true
branches:
2017-04-13 14:19:32 +00:00
only:
- master
2017-11-13 18:02:01 +00:00
skip_tags: true
2019-10-19 18:50:31 +00:00
image: Visual Studio 2019
2017-04-13 14:19:32 +00:00
configuration: Release
environment:
matrix:
2018-03-27 23:03:01 +00:00
- platform: x86
2019-10-19 18:50:31 +00:00
QTDIR: C:\Qt\5.13.1\msvc2017
2018-03-27 23:03:01 +00:00
OUTNAME: Win32
build:
2017-04-13 14:19:32 +00:00
project: GloSC.sln
2019-10-19 18:50:31 +00:00
verbosity: normal