| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2024-05-21 02:59:51 UTC |
| committer | GitHub
<noreply@github.com> 2024-05-21 02:59:51 UTC |
| parent | 5a8f4a9621ea04a469b99379403ad5a2c7fbefec |
| .github/workflows/build.yml | +24 | -0 |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..c133606 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,24 @@ +name: Build + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: Dependencies + run: apt install haxe libstrophe-dev + + - name: Tests + run: make test + + - name: Build + run: make