add new makefile, fix workflow errors and fix make

This commit is contained in:
Wolfywolfy
2021-11-21 21:24:07 -03:00
parent 7f9addbeb9
commit 3a68de50cb
5 changed files with 81 additions and 59 deletions
+6 -6
View File
@@ -21,7 +21,7 @@ jobs:
apk add build-base git
- name: Compile engine
working-directory: ./src/engine
working-directory: ./
env:
ZLIB: ${PS2SDK}/ports
LIBTIFF: ${PS2SDK}/ports
@@ -29,32 +29,32 @@ jobs:
LIBPNG: ${PS2SDK}/ports
TYRA: ${GITHUB_WORKSPACE}
run: |
make
make
- name: Compile unit test project
working-directory: ./src/unit_tests/
env:
TYRA: ${GITHUB_WORKSPACE}
run: |
make
make
- name: Compile cube project
working-directory: ./src/samples/cube/
env:
TYRA: ${GITHUB_WORKSPACE}
run: |
make
make
- name: Compile floors project
working-directory: ./src/samples/floors/
env:
TYRA: ${GITHUB_WORKSPACE}
run: |
make
make
- name: Compile dolphin project
working-directory: ./src/samples/dolphin/
env:
TYRA: ${GITHUB_WORKSPACE}
run: |
make
make