mirror of
https://github.com/Andreabont/simple-template-quaternion.git
synced 2025-01-18 06:14:21 +00:00
Create c-cpp.yml
This commit is contained in:
parent
aed9381e0a
commit
f65475f9c6
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: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: make
|
||||
- name: make test
|
||||
run: make test
|
Loading…
Reference in a new issue