From 745e72e18d0d34857e3166494787e776be0f2b98 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 20 Jun 2020 13:48:55 -0400 Subject: [PATCH] github actions delete "C/C++ CI" - this was the original github actions test build that's been superseded by many others --- .github/workflows/ccpp.yml | 26 -------------------------- 1 file changed, 26 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 ade62c10dd..0000000000 --- a/.github/workflows/ccpp.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: C/C++ CI - -on: - push: - branches: - - 'master' - pull_request: - branches: - - '*' - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - ubuntu_release: [ - bionic, - focal - ] - container: px4io/px4-dev-base-${{ matrix.ubuntu_release }}:2020-04-01 - steps: - - uses: actions/checkout@v1 - with: - token: ${{ secrets.ACCESS_TOKEN }} - - name: make - run: make