diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..d783e726 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,17 @@ +name: build CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v2 + - name: configure + run: ./configure + - name: make + run: make