mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
LDC/mingw: use dmd as the host compiler but when compiling dmd
This commit is contained in:
parent
e03db103bd
commit
363a8cc524
3 changed files with 15 additions and 22 deletions
|
@ -40,6 +40,7 @@ jobs:
|
|||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
|
||||
HOST_DMD_VERSION: 2.090.0
|
||||
strategy:
|
||||
matrix:
|
||||
win32-ldc:
|
||||
|
@ -58,6 +59,7 @@ jobs:
|
|||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
|
||||
HOST_DMD_VERSION: 2.090.0
|
||||
strategy:
|
||||
matrix:
|
||||
x64-debug-ldc:
|
||||
|
@ -77,6 +79,7 @@ jobs:
|
|||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
|
||||
HOST_DMD_VERSION: 2.090.0
|
||||
strategy:
|
||||
matrix:
|
||||
win32-ldc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue