mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
25 lines
555 B
YAML
25 lines
555 B
YAML
# Learn more: https://aka.ms/yaml
|
|
variables:
|
|
HOST_DMD_VERSION: 2.084.1
|
|
|
|
jobs:
|
|
- job: Windows
|
|
timeoutInMinutes: 120
|
|
pool:
|
|
vmImage: 'vs2017-win2016'
|
|
variables:
|
|
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
|
|
strategy:
|
|
matrix:
|
|
x64:
|
|
OS: Win_64
|
|
MODEL: 64
|
|
ARCH: x64
|
|
D_COMPILER: dmd
|
|
#x86:
|
|
#OS: Win_32
|
|
#MODEL: 32
|
|
#ARCH: x86
|
|
#D_COMPILER: dmd
|
|
steps:
|
|
- template: .azure-pipelines/windows.yml
|