mirror of
https://github.com/Andreabont/simple-template-quaternion.git
synced 2024-11-21 14:37:56 +00:00
Create c-cpp.yml
This commit is contained in:
parent
aed9381e0a
commit
f65475f9c6
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 New Issue
Block a user