Bläddra i källkod

Build this revision from a whole bootstrap

default_compile_flags
vector-of-bool 4 år sedan
förälder
incheckning
2cb70fa13d
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      Makefile
  2. +1
    -1
      azure-pipelines.yml

+ 1
- 1
Makefile Visa fil

@@ -36,7 +36,7 @@ linux-ci: nix-ci

nix-ci:
python3 -u tools/ci.py \
-B download \
-B build \
-T tools/gcc-9.dds \
-T2 tools/gcc-9.jsonc


+ 1
- 1
azure-pipelines.yml Visa fil

@@ -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 download -T tools\msvc.dds -T2 tools\msvc.jsonc || exit 1
python -u tools/ci.py -B build -T tools\msvc.dds -T2 tools\msvc.jsonc || exit 1
displayName: Full CI
- publish: _build/dds.exe
artifact: DDS Executable - Windows VS2019

Laddar…
Avbryt
Spara