10 displayName: 'Windows'
12 vmImage: 'VS2017-Win2016'
17 BuildPlatform: 'Win32'
22 - template: azure-pipelines/templates/ci-git-rebase.yml
23 - template: azure-pipelines/templates/windows-dependencies.yml
24 - template: azure-pipelines/templates/ci-opengfx.yml
25 - template: azure-pipelines/templates/windows-build.yml
27 BuildPlatform: $(BuildPlatform)
28 BuildConfiguration: Debug
30 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86
38 vmImage: 'ubuntu-16.04'
44 linux-amd64-clang-3.8:
45 Tag: 'linux-amd64-clang-3.8'
47 Tag: 'linux-amd64-gcc-6'
49 Tag: 'linux-i386-gcc-6'
52 - template: azure-pipelines/templates/ci-git-rebase.yml
53 # The dockers already have the dependencies installed
54 # The dockers already have OpenGFX installed
55 - template: azure-pipelines/templates/linux-build.yml
57 Image: compile-farm-ci
63 vmImage: 'macOS-10.13'
66 MACOSX_DEPLOYMENT_TARGET: 10.9
69 - template: azure-pipelines/templates/ci-git-rebase.yml
70 - template: azure-pipelines/templates/osx-dependencies.yml
71 - template: azure-pipelines/templates/ci-opengfx.yml
72 - template: azure-pipelines/templates/osx-build.yml
73 - script: 'make regression'