CI/CD
This commit is contained in:
parent
ac53d8fd65
commit
af69714a95
|
@ -13,7 +13,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: install sdl2
|
||||
run: sudo apt update && sudo apt install libsdl2-dev
|
||||
run: sudo apt update && sudo apt install git libsdl2-dev
|
||||
- name: snatch sauce code
|
||||
run: git clone https://github.com/Ty3r0X/funni-square && cd funni-square
|
||||
- name: make
|
||||
run: make
|
||||
- name: Upload a Build Artifact
|
||||
|
|
Loading…
Reference in New Issue