From d012428b9266ad2d493ab9fd061393a0cf3e16a9 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Mon, 8 Apr 2024 21:55:15 +1000 Subject: [PATCH] ci: Remove old build from CI. --- .github/workflows/ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d2c9c6..57f6f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,37 +18,6 @@ permissions: jobs: test: - strategy: - matrix: - compiler: [ gcc, clang ] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: install dependencies - run: | - sudo apt-get install -y \ - curl \ - scons \ - bison \ - flex \ - dejagnu \ - lcov \ - ${{ matrix.compiler }} - - name: test - run: scons coverage=yes check coverage.info - env: - CC: ${{ matrix.compiler }} - - uses: codecov/codecov-action@v4 - with: - file: coverage.info - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - name: distcheck - run: scons distcheck - env: - CC: ${{ matrix.compiler }} - - bazel_test: runs-on: ubuntu-latest permissions: # publish-unit-test-result-action