2018-07-23 03:38:12 +02:00
|
|
|
image:
|
2018-09-02 23:11:28 +02:00
|
|
|
- Visual Studio 2015
|
2018-09-02 15:13:14 +02:00
|
|
|
- Visual Studio 2017
|
2018-07-23 03:38:12 +02:00
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
2018-09-02 23:11:28 +02:00
|
|
|
- x86
|
2018-07-23 03:38:12 +02:00
|
|
|
|
|
|
|
shallow_clone: true
|
|
|
|
|
|
|
|
install:
|
2018-07-24 00:04:17 +02:00
|
|
|
- for /r %%i in (*.bat) do unix2dos "%%i"
|
2018-07-23 03:38:12 +02:00
|
|
|
- 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
|
2018-09-02 22:42:57 +02:00
|
|
|
- if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
|
2018-07-23 03:38:12 +02:00
|
|
|
- cd builds\win32
|
|
|
|
- run_all.bat JUSTBUILD
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
- path: output_$(FB_OUTPUT_SUFFIX)
|
|
|
|
name: output
|
|
|
|
type: zip
|
|
|
|
|
|
|
|
build: off
|
|
|
|
test: off
|
|
|
|
deploy: off
|