浏览代码

Download bootstrap for CI on Windows

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
7bca609dd9
共有 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.jsonc || exit 1
python -u tools/ci.py -B download -T tools\msvc.jsonc || exit 1
displayName: Full CI
- publish: _build/dds.exe
artifact: DDS Executable - Windows VS2019

正在加载...
取消
保存