Delete ccpp.yml
This commit is contained in:
parent
af64706ba7
commit
a3a24d2eb0
29
.github/workflows/ccpp.yml
vendored
29
.github/workflows/ccpp.yml
vendored
|
@ -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
|
|
Loading…
Reference in a new issue