mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00

* Azure CI: Avoid deprecated compiler/src/win{32,64}.mak Makefiles Using build.d directly instead. * Azure CI: Fix MODEL=32omf job
15 lines
458 B
YAML
15 lines
458 B
YAML
steps:
|
|
- script: |
|
|
:: Use Windows CRLF line endings for checked-out text files
|
|
git config --global core.autocrlf true
|
|
set
|
|
displayName: Print environment variables
|
|
- checkout: self
|
|
fetchDepth: 1
|
|
- script: |
|
|
bash --version
|
|
bash --login .azure-pipelines/windows-visual-studio.sh
|
|
displayName: Download required binaries
|
|
- script: |
|
|
call .azure-pipelines/windows-msbuild.bat
|
|
displayName: Build and test
|