Delete ccpp.yml

This commit is contained in:
Lauchmelder 2020-06-26 15:59:58 +02:00 committed by GitHub
parent af64706ba7
commit a3a24d2eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,29 +0,0 @@
name: Build (Ubuntu)
on:
push:
branches: [ development ]
pull_request:
branches: [ development ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: submodule
uses: srt32/git-actions@v0.0.3
with:
args: git submodule update --init
- name: configure
run: |
sudo apt install libdbus-1-dev
mkdir build
cd build
cmake ..
- name: make
run: |
cd build
make