Kaynağa Gözat

Fix py executable name on Windows

default_compile_flags
vector-of-bool 5 yıl önce
ebeveyn
işleme
f6541cd7c7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml Dosyayı Görüntüle

@@ -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

Yükleniyor…
İptal
Kaydet