Browse Source

Fix py executable name on Windows

default_compile_flags
vector-of-bool 5 years ago
parent
commit
f6541cd7c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -14,7 +14,7 @@ jobs:
- publish: _build/ddslim.exe
artifact: DDSLiM Executable - Windows
- script: |
python3 -u test.py --exe _build/ddslim -T:msvc || exit 1
python -u test.py --exe _build/ddslim -T:msvc || exit 1
displayName: Smoke Tests

- job: Linux_GCC

Loading…
Cancel
Save