fiux CI
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: install libs
|
- name: install libs
|
||||||
run: sudo apt install -y libglfw3-dev libgl-dev
|
run: sudo apt install -y libglfw3-dev libgl-dev
|
||||||
- name: gcc
|
- name: gcc
|
||||||
run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lglfw -lGL -lm -Iinclude -DGLFW_INCLUDE_NONE
|
run: mkdir -p build && gcc -v -Wall -Wextra -Werror src/*.c src/*.h -lglfw -lGL -lm -Iinclude hashmap.c/hashmap.c -DGLFW_INCLUDE_NONE
|
||||||
|
|
||||||
build-release:
|
build-release:
|
||||||
needs: lint
|
needs: lint
|
||||||
|
|||||||
Reference in New Issue
Block a user