mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
AppVeyor build for VS 2015 and x86 for nightly build.
This commit is contained in:
parent
f0478e6549
commit
dd248ef1fb
18
appveyor.yml
18
appveyor.yml
@ -1,11 +1,25 @@
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
- Ubuntu1804
|
||||
#- Visual Studio 2015
|
||||
- Visual Studio 2015
|
||||
|
||||
platform:
|
||||
- x64
|
||||
#- x86
|
||||
- x86
|
||||
|
||||
for:
|
||||
-
|
||||
matrix:
|
||||
only:
|
||||
- image: Visual Studio 2015
|
||||
only_commits:
|
||||
message: /increment build number/
|
||||
-
|
||||
matrix:
|
||||
only:
|
||||
- platform: x86
|
||||
only_commits:
|
||||
message: /increment build number/
|
||||
|
||||
shallow_clone: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user