mirror of
https://github.com/jb55/nostril.git
synced 2024-11-21 16:29:06 -05:00
Merge remote-tracking branch 'github/master'
This commit is contained in:
commit
760d85250d
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: make
|
||||
run: make
|
Loading…
Reference in New Issue
Block a user