diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..7bf34dc --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,13 @@ +name: C/C++ CI + +on: + push: + branches: [ "master" ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: make + run: make -j$(nproc)