This commit is contained in:
2025-09-28 15:56:19 +02:00
parent 12cc9040d8
commit b12fb43654
9 changed files with 77 additions and 17 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ jobs:
with:
submodules: 'true'
- name: install libs
run: sudo apt install -y libglfw3-dev libgl-dev
run: sudo apt install -y libglfw3-dev libgl-dev libv4l-dev libasound2
- name: gcc
run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lglfw -lGL -lm -Iinclude hashmap.c/hashmap.c log.c/src/log.c -DGLFW_INCLUDE_NONE -DGLFW_EXPOSE_NATIVE_EGL -DGLFW_NATIVE_INCLUDE_NONE
run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lglfw -lGL -lm -lasound -Iinclude hashmap.c/hashmap.c log.c/src/log.c -DGLFW_INCLUDE_NONE -DGLFW_EXPOSE_NATIVE_EGL -DGLFW_NATIVE_INCLUDE_NONE
build-release:
needs: lint
@@ -26,7 +26,7 @@ jobs:
with:
submodules: 'true'
- name: install libs
run: sudo apt install -y libglfw3-dev libgl-dev
run: sudo apt install -y libglfw3-dev libgl-dev libv4l-dev libasound2
- name: aclocal
run: aclocal
- name: autoconf