Try to use less CI minutes.

This commit is contained in:
Mr_Goldberg 2020-10-04 13:15:32 -04:00
parent 95bebdfb7c
commit af3b7223bd
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,7 @@ build_windows:
- DLL_FILES="$(ls ImGui/impls/windows/*.cpp | tr "\n" " ")"; sed "s|ImGui/impls/windows/\*.cpp|$DLL_FILES|g" -i *.bat
- DLL_FILES="$(ls dll/*.proto | tr "\n" " " | sed "s/.proto/.pb.cc/g")"; sed "s|dll/\*.cc|$DLL_FILES|g" -i *.bat
- DLL_FILES="$(ls steamclient_loader/*.cpp | tr "\n" " ")"; sed "s|steamclient_loader/\*.cpp|$DLL_FILES|g" -i *.bat
- sed "s| /MP12 | /MP4 |g" -i *.bat
- export WINEDEBUG=-all
- wine cmd /c build_win_debug_experimental.bat
- wine cmd /c build_win_release.bat
@ -96,6 +97,7 @@ build_windows:
build_cmake_linux:
stage: build
image: ubuntu
when: manual
before_script:
- export DEBIAN_FRONTEND=noninteractive
@ -119,6 +121,7 @@ build_cmake_linux:
build_cmake_windows:
stage: build
image: fedora:29
when: manual
before_script:
- dnf -y install wine wget p7zip sed dos2unix unzip