mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Update .gitlab-ci.yml file
try running the makefile with some dispends libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev upx git libopenmpt-dev gettext
This commit is contained in:
parent
9f8bc21253
commit
959c1753d3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
|
||||
script:
|
||||
- "apt update"
|
||||
- "apt-get install --no-install-recommends --yes make"
|
||||
- "apt-get install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev upx git libopenmpt-dev gettext"
|
||||
- "make --directory=src"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue