mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-10 06:38:34 +01:00
Tiny fixes.
This commit is contained in:
parent
9cdf99c63a
commit
3552eed3ec
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ build_windows:
|
||||||
- DLL_FILES="$(ls dll/*.cpp | tr "\n" " ")"; sed "s|dll/\*.cpp|$DLL_FILES|g" -i *.bat
|
- DLL_FILES="$(ls dll/*.cpp | tr "\n" " ")"; sed "s|dll/\*.cpp|$DLL_FILES|g" -i *.bat
|
||||||
- DLL_FILES="$(ls detours/*.cpp | tr "\n" " ")"; sed "s|detours/\*.cpp|$DLL_FILES|g" -i *.bat
|
- DLL_FILES="$(ls detours/*.cpp | tr "\n" " ")"; sed "s|detours/\*.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 dll/*.proto | tr "\n" " " | sed "s/.proto/.pb.cc/g")"; sed "s|dll/\*.cc|$DLL_FILES|g" -i *.bat
|
||||||
- WINEDEBUG=-all
|
- export WINEDEBUG=-all
|
||||||
- wine cmd /c build_win_release.bat
|
- wine cmd /c build_win_release.bat
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<div><a href="X_LATEST_BUILD_URL_X">Latest Build From Git</a></div>
|
<div><a href="X_LATEST_BUILD_URL_X">Latest Build From Git</a></div>
|
||||||
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/releases">Releases</a></div>
|
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/releases">Releases</a></div>
|
||||||
</br>
|
</br>
|
||||||
<div>These Download links have both the Linux and Windows builds in the same package. The Linux builds are built on Steam OS so they should work wherever Steam Linux games work. The latest Git build is built by the Gitlab CI everytime a new commit is pushed to the repo. Right now this is commit: <a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/commit/X_LATEST_BUILD_COMMIT_HASH_X">X_LATEST_BUILD_COMMIT_HASH_X</a></div>
|
<div>These Download links have both the Linux and Windows builds in the same package. The Linux builds are built on Steam OS so they should work wherever Steam Linux games work. The latest Git build is built by the Gitlab CI every time a new commit is pushed to the repo. Right now this is commit: <a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/commit/X_LATEST_BUILD_COMMIT_HASH_X">X_LATEST_BUILD_COMMIT_HASH_X</a></div>
|
||||||
|
|
||||||
<h3>Source Code</h3>
|
<h3>Source Code</h3>
|
||||||
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator">Gitlab Repo</a></div>
|
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator">Gitlab Repo</a></div>
|
||||||
|
|
Loading…
Reference in a new issue