Create c-cpp.yml
this is a test it might be nuked
This commit is contained in:
parent
ac77cbfe4b
commit
72a3b42d36
1 changed files with 17 additions and 0 deletions
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: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: bmake
|
||||
run: bmake
|
Loading…
Add table
Reference in a new issue