Skip to content

Commit

Permalink
Add build.yml that runs tests.sh on push
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent 0ec0d4c commit 0851bdf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI Build

on: push

jobs:
build-ubuntu-clang:
name: ubuntu-clang
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

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

- name: Run the tests
run: ./tests.sh
2 changes: 1 addition & 1 deletion grug
Submodule grug updated 1 files
+14 −0 grug.c

0 comments on commit 0851bdf

Please sign in to comment.