mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
Fix messed paths in appveyor.yml
This commit is contained in:
@@ -26,7 +26,7 @@ before_build:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: |
|
- cmd: |
|
||||||
cmake --build build --config %CONFIG% --parallel
|
cmake --build . --config %CONFIG% --parallel
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build\bin\%CONFIG%\*.exe
|
- path: build\bin\%CONFIG%\*.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user