1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Revert "Create ccpp.yml"

This reverts commit 0c62de7e
This commit is contained in:
Bertrand Songis 2019-12-03 09:57:35 +01:00
parent 0c62de7e7f
commit f8c732b014
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -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