mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
ci: compile needed libraries
This commit is contained in:
@@ -53,6 +53,12 @@ jobs:
|
|||||||
- name: Odin report
|
- name: Odin report
|
||||||
run: ./odin report
|
run: ./odin report
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
- name: Compile needed Vendor
|
||||||
|
run: |
|
||||||
|
make -C $(./odin root)/vendor/stb/src
|
||||||
|
make -C $(./odin root)/vendor/cgltf/src
|
||||||
|
make -C $(./odin root)/vendor/miniaudio/src
|
||||||
|
timeout-minutes: 10
|
||||||
- name: Odin check
|
- name: Odin check
|
||||||
run: ./odin check examples/demo -vet
|
run: ./odin check examples/demo -vet
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
@@ -109,6 +115,12 @@ jobs:
|
|||||||
- name: Odin report
|
- name: Odin report
|
||||||
run: ./odin report
|
run: ./odin report
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
- name: Compile needed Vendor
|
||||||
|
run: |
|
||||||
|
make -C $(./odin root)/vendor/stb/src
|
||||||
|
make -C $(./odin root)/vendor/cgltf/src
|
||||||
|
make -C $(./odin root)/vendor/miniaudio/src
|
||||||
|
timeout-minutes: 10
|
||||||
- name: Odin check
|
- name: Odin check
|
||||||
run: ./odin check examples/demo -vet
|
run: ./odin check examples/demo -vet
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
@@ -148,6 +160,12 @@ jobs:
|
|||||||
- name: Odin report
|
- name: Odin report
|
||||||
run: ./odin report
|
run: ./odin report
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
|
- name: Compile needed Vendor
|
||||||
|
run: |
|
||||||
|
make -C $(./odin root)/vendor/stb/src
|
||||||
|
make -C $(./odin root)/vendor/cgltf/src
|
||||||
|
make -C $(./odin root)/vendor/miniaudio/src
|
||||||
|
timeout-minutes: 10
|
||||||
- name: Odin check
|
- name: Odin check
|
||||||
run: ./odin check examples/demo -vet
|
run: ./odin check examples/demo -vet
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user