mirror of
https://github.com/buserror/mii_emu.git
synced 2025-01-20 05:30:36 +00:00
Create c-cpp.yml
Not sure this will work, trying it...
This commit is contained in:
parent
71ae3b5d10
commit
2d07a901df
17
.github/workflows/c-cpp.yml
vendored
Normal file
17
.github/workflows/c-cpp.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: C/C++ CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: make
|
||||||
|
run: make
|
Loading…
x
Reference in New Issue
Block a user