mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
Install libfreetype6
This commit is contained in:
@@ -9,7 +9,7 @@ test:
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
script:
|
||||
- apt-get update -y && apt-get install python3 -y
|
||||
- apt-get update -y && apt-get install python3 libfreetype6 -y
|
||||
- mkdir .git/hooks -p
|
||||
- python3 RUN_THIS.py
|
||||
- dotnet restore /clp:ErrorsOnly
|
||||
@@ -29,7 +29,7 @@ publish:
|
||||
variables:
|
||||
- ($SSH_PRIVATE_KEY == null || $SSH_REMOTE_IP == null || $SSH_USER == null)
|
||||
script:
|
||||
- apt-get update -y && apt-get install python3 -y
|
||||
- apt-get update -y && apt-get install python3 libfreetype6 -y
|
||||
- mkdir .git/hooks -p
|
||||
- python3 RUN_THIS.py
|
||||
# TODO: Add secrets checkout
|
||||
|
||||
Reference in New Issue
Block a user