111
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-12-07 20:56:45 +10:00
parent 1baac63e22
commit 2605b5d5a8

View File

@ -21,9 +21,10 @@ steps:
DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1
commands: commands:
- cd /usr/share/$DRONE_REPO_NAME - cd /usr/share/$DRONE_REPO_NAME
- dotnet build
- apt-get install -y libfreetype6 - apt-get install -y libfreetype6
- apt-get install -y libfontconfig1 - apt-get install -y libfontconfig
- dotnet build
- name: recreate dist folder - name: recreate dist folder
commands: commands:
- rm -rf /usr/share/$DRONE_REPO_NAME/dist - rm -rf /usr/share/$DRONE_REPO_NAME/dist