add new makefile, fix workflow errors and fix make
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user