Skip to content

Commit

Permalink
Add ubuntu-gcc-valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent c314d76 commit 6354bec
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,26 @@ jobs:
env:
OLD_LD:
CC: gcc

build-ubuntu-gcc-valgrind:
name: ubuntu-gcc-valgrind
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Clone the grug submodule
run: git submodule update --init

- name: Install nasm
run: sudo apt install nasm

- name: Install valgrind
run: sudo apt install valgrind

- name: Run the tests
run: ./tests.sh
env:
OLD_LD:
VALGRIND:
CC: gcc

0 comments on commit 6354bec

Please sign in to comment.