mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
remove DBG_NEW new preprocessor kludges, ensure stdafx.h is included everywhere, add debug build to Azure CI
This commit is contained in:
@@ -75,6 +75,22 @@ jobs:
|
||||
artifactName: binaries_win64
|
||||
displayName: 'Publish symbols'
|
||||
|
||||
- job: windows_x64_dbg
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
displayName: 'Windows VS2017 Debug'
|
||||
steps:
|
||||
- script: |
|
||||
cd ref
|
||||
git clone "https://github.com/chriskohlhoff/asio" --depth 1 --branch asio-1-12-2 -q
|
||||
displayName: 'Download extra dependencies'
|
||||
- script: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -A x64
|
||||
cmake --build . --config Debug
|
||||
displayName: 'Build'
|
||||
|
||||
- job: windows_x32
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
|
||||
Reference in New Issue
Block a user