Added stuff to gitlab pages page.

This commit is contained in:
Mr_Goldberg 2019-05-03 06:43:43 -04:00
parent 8918d8f6d4
commit 1c7a6339f7
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
3 changed files with 23 additions and 7 deletions

View File

@ -108,6 +108,7 @@ pages:
- DEPLOY_ALL_JOBID=$(cat job_id)
- mkdir public
- cat website/template.html | sed 's|X_LATEST_BUILD_URL_X|https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/'$DEPLOY_ALL_JOBID'/artifacts/download|g' > public/index.html
- sed -i 's|X_LATEST_BUILD_COMMIT_HASH_X|'$CI_COMMIT_SHA'|g' public/index.html
artifacts:
paths:

View File

@ -18,7 +18,7 @@ For more information see: [The Release Readme](Readme_release.txt)
## Download Binaries
You can download the latest binaries for Linux and Windows in the [release section](https://gitlab.com/Mr_Goldberg/goldberg_emulator/releases) of this repo.
You can download the latest git builds for Linux and Windows on [the Gitlab pages website](https://mr_goldberg.gitlab.io/goldberg_emulator/) and the stable releases in the [release section](https://gitlab.com/Mr_Goldberg/goldberg_emulator/releases) of this repo.
## Contributions

View File

@ -1,11 +1,26 @@
<!DOCTYPE html>
<html>
<body>
<html><head></head><body>
<h1>Goldberg Emulator</h1>
<div>Steam emulator that emulates steam online features. Lets you play games that use the steam multiplayer apis on a LAN without steam or an internet connection.</div>
<div>Steam emulator for GNU/Linux and Windows that emulates steam online features. Lets you play games that use the steam multiplayer apis on a LAN without steam or an internet connection.</div>
<h3>Downloads</h3>
<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">Source Code Repo</a></div>
</body>
</html>
</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>
<h3>Source Code</h3>
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator">Gitlab Repo</a></div>
<h3>Help</h3>
<div><a href="https://gitlab.com/Mr_Goldberg/goldberg_emulator/blob/master/README.md">Readme on Gitlab</a></div>
<div>There's also a Readme in the zip that you download. Most issues can be easily resolved by reading it (The first few lines are the most important). </div>
<h3>Chatroom</h3>
<div>IRC channel: <a href="https://webchat.freenode.net/?channels=goldberg_emulator">#goldberg_emulator@freenode</a>
You can also join it with: <a href="https://riot.im/app/#/room/#freenode_#goldberg_emulator:matrix.org">Riot</a> (recommended for people used to the bloated garbage named "discord") or any other matrix client.</div>
<h3>Other Links</h3>
<div><a href="https://www.reddit.com/r/GoldbergEmu/">Subreddit</a></div>
<div><a href="https://cs.rin.ru/forum/viewtopic.php?f=29&t=91627">Thread on the Famous Russian Forum</a></div>
</body></html>