mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 03:19:53 +03:00
parent
0c62de7e7f
commit
f8c732b014
1 changed files with 0 additions and 17 deletions
17
.github/workflows/ccpp.yml
vendored
17
.github/workflows/ccpp.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
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