mirror of
https://github.com/Ty3r0X/funni-square.git
synced 2025-01-31 03:51:33 +00:00
Update CI/CD
This commit is contained in:
parent
9a7d8058ed
commit
a3e25eb9b0
14
.github/workflows/c-cpp.yml
vendored
14
.github/workflows/c-cpp.yml
vendored
@ -12,12 +12,18 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: install sdl2
|
||||
- name: Install SDL2 dependencies
|
||||
run: sudo apt update && sudo apt install git libsdl2-dev
|
||||
- name: see what is inside
|
||||
run: ls -al
|
||||
- name: make
|
||||
|
||||
- name: Snatch source code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: -Debug- Ensure directory is ready to go for building
|
||||
run: pwd && ls -al
|
||||
|
||||
- name: Make
|
||||
run: make
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user