Skip to content
Snippets Groups Projects
Commit 7083dffc authored by Logan Aerl Arias's avatar Logan Aerl Arias Committed by Logan Aerl Arias
Browse files

Update .gitlab-ci.yml file

remove upx install
parent 959c1753
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ build-job: # This job runs in the build stage, which runs first.
script:
- "apt update"
- "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"
- "apt-get install --no-install-recommends --yes build-essential libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev git libopenmpt-dev gettext"
- "make --directory=src "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment