test2
This commit is contained in:
@@ -20,11 +20,18 @@ jobs:
|
||||
make
|
||||
cd ..
|
||||
|
||||
- name: Make compile script executable
|
||||
run: chmod +x ${{ gitea.workspace }}/compile.sh
|
||||
- name: Fetch libraries
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}/src/libraries
|
||||
git clone https://github.com/lsalzman/enet.git
|
||||
git clone https://github.com/walterschell/Lua.git
|
||||
git clone https://github.com/raysan5/raylib.git
|
||||
git clone https://github.com/jbeder/yaml-cpp.git
|
||||
cd ../..
|
||||
|
||||
- name: Compile
|
||||
run: |
|
||||
chmod +x ${{ gitea.workspace }}/compile.sh
|
||||
sh ${{ gitea.workspace }}/compile.sh
|
||||
zip -r release-linux.zip OUTPUT-Linux || true
|
||||
zip -r release-w64.zip OUTPUT-w64 || true
|
||||
Reference in New Issue
Block a user