|
|
|
|
|
|
|
|
python -u tools/build.py --cxx cl.exe --test --static || exit 1 |
|
|
python -u tools/build.py --cxx cl.exe --test --static || exit 1 |
|
|
displayName: Build and Run Unit Tests |
|
|
displayName: Build and Run Unit Tests |
|
|
- publish: _build/ddslim.exe |
|
|
- publish: _build/ddslim.exe |
|
|
artifact: DDSLiM Executable - Windows |
|
|
|
|
|
|
|
|
artifact: DDSLiM Executable - Windows VS2017 |
|
|
- script: | |
|
|
- script: | |
|
|
echo Loading VS environment |
|
|
echo Loading VS environment |
|
|
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1 |
|
|
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1 |
|
|
|
|
|
|
|
|
python -u tools/build.py --cxx cl.exe --test --static || exit 1 |
|
|
python -u tools/build.py --cxx cl.exe --test --static || exit 1 |
|
|
displayName: Build and Run Unit Tests |
|
|
displayName: Build and Run Unit Tests |
|
|
- publish: _build/ddslim.exe |
|
|
- publish: _build/ddslim.exe |
|
|
artifact: DDSLiM Executable - Windows |
|
|
|
|
|
|
|
|
artifact: DDSLiM Executable - Windows VS2019 |
|
|
- script: | |
|
|
- script: | |
|
|
echo Loading VS environment |
|
|
echo Loading VS environment |
|
|
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1 |
|
|
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1 |