Bladeren bron

Run smoke tests within the VS environment

default_compile_flags
vector-of-bool 5 jaren geleden
bovenliggende
commit
646a7c2eb8
1 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen
  1. +8
    -2
      azure-pipelines.yml

+ 8
- 2
azure-pipelines.yml Bestand weergeven

@@ -13,7 +13,10 @@ jobs:
displayName: Build and Run Unit Tests
- publish: _build/ddslim.exe
artifact: DDSLiM Executable - Windows
- script: python -u test.py --exe _build/ddslim -T:msvc || exit 1
- script: |
echo Loading VS environment
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1
python -u test.py --exe _build/ddslim -T:msvc || exit 1
displayName: Smoke Tests

- job: Windows_MSVC_VS2019
@@ -28,7 +31,10 @@ jobs:
displayName: Build and Run Unit Tests
- publish: _build/ddslim.exe
artifact: DDSLiM Executable - Windows
- script: python -u test.py --exe _build/ddslim -T:msvc || exit 1
- script: |
echo Loading VS environment
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1
python -u test.py --exe _build/ddslim -T:msvc || exit 1
displayName: Smoke Tests

- job: Linux_GCC

Laden…
Annuleren
Opslaan