From 6a4ae79a80ac34de3a678b7e0388495b1bb95b24 Mon Sep 17 00:00:00 2001 From: 04041b <65881086+04041b@users.noreply.github.com> Date: Sat, 4 Feb 2023 19:21:22 -0800 Subject: [PATCH] test ci --- .github/workflows/makefile.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 00000000..2a56d548 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,27 @@ +name: Makefile CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: autoreconf + run: autoreconf -i + + - name: configure with binary + run: ./configure ARIA2_STATIC=yes + + - name: Install dependencies + run: make + + - name: list + run: ls -a