Explorar el Código

We need pytest-xdist, even if CI isn't using it yet

default_compile_flags
vector-of-bool hace 5 años
padre
commit
20f5808802
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      azure-pipelines.yml

+ 3
- 3
azure-pipelines.yml Ver fichero

@@ -10,7 +10,7 @@ jobs:
echo Loading VS environment
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\Tools\\vsdevcmd" -arch=x64 || exit 1
echo Executing Build and Tests
python -m pip install pytest
python -m pip install pytest pytest-xdist
python -u tools/ci.py -B download --cxx cl.exe -T tools\\msvc.dds || exit 1
displayName: Full CI
- publish: _build/dds.exe
@@ -24,7 +24,7 @@ jobs:
set -eu
sudo apt update -y
sudo apt install -y python3-minimal g++-8
python3 -m pip install pytest
python3 -m pip install pytest pytest-xdist
displayName: Prepare System
- script: python3 -u tools/ci.py -B download --cxx g++-8 -T tools/gcc-8.dds
displayName: Full CI
@@ -39,7 +39,7 @@ jobs:
displayName: Prepare System
- script: |
set -eu
python3 -m pip install pytest
python3 -m pip install pytest pytest-xdist
python3 -u tools/ci.py -B download --cxx g++-8 -T tools/gcc-8.dds
displayName: Build and Run Unit Tests
- publish: _build/dds

Cargando…
Cancelar
Guardar