diff --git a/.github/workflows/compiler.yml b/.github/workflows/compiler.yml new file mode 100644 index 0000000..3c847d6 --- /dev/null +++ b/.github/workflows/compiler.yml @@ -0,0 +1,27 @@ +name: Makefile CI + +on:[workflow_run] + push: + branches: [ "r" ] + pull_request: + branches: [ "r" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: configure + run: ./configure + + - name: Install dependencies + run: make + + - name: Run check + run: make check + + - name: Run distcheck + run: make distcheck diff --git a/.github/workflows/workspace.xml b/.github/workflows/workspace.xml new file mode 100644 index 0000000..7d34f47 --- /dev/null +++ b/.github/workflows/workspace.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 1677699860244 + + + + + + + + + \ No newline at end of file