1
0
forked from josh/JGL

Wrote local ReCI script for JGL

This commit is contained in:
2024-07-05 10:54:59 -04:00
parent 178f328728
commit 63bbb8794e
2 changed files with 8 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ jobs:
- run: echo "Install toolchain and run ReCI build test"
- run: apt-get update && apt-get install -y git && git clone $RECI_GIT $RECI
- run: bash $RECI/scripts/setup_build_tools.sh
- run: bash reci/scripts/install_build_dependencies.sh
- run: bash $RECI/scripts/run_buildtest.sh ${{ gitea.repository }}
- run: echo "This job's status is ${{ job.status }}."

View File

@@ -0,0 +1,7 @@
source $RECI/shlib/info.sh
INFO "Installing build dependencies for JGL"
GROUP="Install build dependencies" RUN '
apt-get install -yq libgl1-mesa-dev libfreetype-dev
`