8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00
firebird-mirror/appveyor.yml
Adriano dos Santos Fernandes 26af850ac2 Attempt to fix build in AppVeyor.
2018-07-23 16:17:30 -03:00

31 lines
598 B
YAML

image:
- Visual Studio 2015
- Visual Studio 2017
platform:
- x64
- x86
init:
- git config --global core.autocrlf true
shallow_clone: true
install:
- choco install gnuwin32-sed.install
- if "%PLATFORM%" == "x64" set FB_PROCESSOR_ARCHITECTURE=AMD64
- if "%PLATFORM%" == "x64" set FB_OUTPUT_SUFFIX=x64
- if "%PLATFORM%" == "x86" set FB_PROCESSOR_ARCHITECTURE=x86
- if "%PLATFORM%" == "x86" set FB_OUTPUT_SUFFIX=win32
- cd builds\win32
- run_all.bat JUSTBUILD
artifacts:
- path: output_$(FB_OUTPUT_SUFFIX)
name: output
type: zip
build: off
test: off
deploy: off