Ver código fonte

Stray argument in Windows CI script

default_compile_flags
vector-of-bool 5 anos atrás
pai
commit
5de0dc7f85
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml Ver arquivo

echo Executing Build and Tests echo Executing Build and Tests
reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f || exit 1 reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f || exit 1
python -m pip install pytest pytest-xdist || exit 1 python -m pip install pytest pytest-xdist || exit 1
python -u tools/ci.py -B build -T tools\msvc.dds -T2 tools\msvc.jsonc || exit 1
python -u tools/ci.py -B build -T tools\msvc.dds || exit 1
displayName: Full CI displayName: Full CI
- publish: _build/dds.exe - publish: _build/dds.exe
artifact: DDS Executable - Windows VS2019 artifact: DDS Executable - Windows VS2019

Carregando…
Cancelar
Salvar