Skip to content

Commit

Permalink
ci: Remove old build from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 8, 2024
1 parent 326da1f commit d012428
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d012428

Please sign in to comment.