mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 19:40:20 +03:00
Create ccpp.yml
This commit is contained in:
parent
4817a1404e
commit
0c62de7e7f
1 changed files with 17 additions and 0 deletions
17
.github/workflows/ccpp.yml
vendored
Normal file
17
.github/workflows/ccpp.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: C/C++ CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: CMake
|
||||
run: cmake .
|
||||
- name: make
|
||||
run: make
|
||||
- name: make tests
|
||||
run: make tests
|
Loading…
Add table
Add a link
Reference in a new issue