mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 15:09:19 +02:00
build tweaks
This commit is contained in:
@@ -10,13 +10,19 @@ build_script:
|
|||||||
cd builds
|
cd builds
|
||||||
|
|
||||||
cmake_win32.bat
|
cmake_win32.bat
|
||||||
|
|
||||||
cd build_win32
|
cd build_win32
|
||||||
|
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cmake_win64.bat
|
cmake_win64.bat
|
||||||
|
|
||||||
cd build_win64
|
cd build_win64
|
||||||
|
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
@@ -26,4 +32,4 @@ artifacts:
|
|||||||
- path: builds/build_win64/Release/eu07++ng.exe
|
- path: builds/build_win64/Release/eu07++ng.exe
|
||||||
name: release_win64
|
name: release_win64
|
||||||
cache:
|
cache:
|
||||||
- builds/deps_win -> build/download_windeps.bat
|
- builds/deps_win -> builds/download_windeps.bat
|
||||||
Reference in New Issue
Block a user