소스 검색

Fix MSVC toolchain path

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
5187b9a268
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml 파일 보기

@@ -12,7 +12,7 @@ jobs:
echo Executing Build and Tests
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 -u tools/ci.py -B build -T tools\msvc.dds || exit 1
python -u tools/ci.py -B build -T tools\msvc.jsonc || exit 1
displayName: Full CI
- publish: _build/dds.exe
artifact: DDS Executable - Windows VS2019

Loading…
취소
저장