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

- publish: _build/ddslim.exe - publish: _build/ddslim.exe
artifact: DDSLiM Executable - Windows artifact: DDSLiM Executable - Windows
- script: | - 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 displayName: Smoke Tests


- job: Linux_GCC - job: Linux_GCC

Loading…
Cancel
Save