From a3a24d2eb098418f50be87aa3e993e59d0f3c850 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Fri, 26 Jun 2020 15:59:58 +0200 Subject: [PATCH] Delete ccpp.yml --- .github/workflows/ccpp.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/ccpp.yml diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml deleted file mode 100644 index 27dfe46..0000000 --- a/.github/workflows/ccpp.yml +++ /dev/null @@ -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