mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 15:43:05 -05:00
Add workflow
Signed-off-by: Llennpie <44985633+Llennpie@users.noreply.github.com>
This commit is contained in:
parent
7267994d1d
commit
bc719acb9f
1 changed files with 19 additions and 0 deletions
19
.github/workflows/c-cpp.yml
vendored
Normal file
19
.github/workflows/c-cpp.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "legacy" ]
|
||||
pull_request:
|
||||
branches: [ "legacy" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Fetch Dependencies
|
||||
run: sudo apt install build-essential git python3 libglew-dev libsdl2-dev curl libcurl4-gnutls-dev libjsoncpp-dev
|
||||
- name: Build
|
||||
run: make
|
Loading…
Reference in a new issue