add build test

This commit is contained in:
PoliEcho 2024-06-05 10:45:40 +02:00
parent ec7675e6cf
commit 00061c8be9

16
.github/workflows/build-test.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: build_test
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make -j$(nproc)