mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
28 lines
553 B
YAML
28 lines
553 B
YAML
image:
|
|
- Visual Studio 2015
|
|
- Visual Studio 2017
|
|
|
|
platform:
|
|
- x64
|
|
- x86
|
|
|
|
shallow_clone: true
|
|
|
|
install:
|
|
- for /r %%i in (*.bat) do unix2dos "%%i"
|
|
- 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
|