Add workflow

Signed-off-by: Llennpie <44985633+Llennpie@users.noreply.github.com>
This commit is contained in:
Llennpie 2023-12-22 16:45:44 -05:00 committed by GitHub
parent 7267994d1d
commit bc719acb9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/c-cpp.yml vendored Normal file
View 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