From e0ff18db702c1a0f152c1cde83036d958f8dfcb3 Mon Sep 17 00:00:00 2001 From: nishi Date: Mon, 27 May 2024 05:10:43 +0000 Subject: [PATCH] add github workflow stuff git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@324 d27a3e52-49c5-7645-884c-6793ebffc270 --- .github/workflows/build.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..5eaae00 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,17 @@ +name: Build + +on: + push: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Install packages + run: sudo apt-get install m4 libssl-dev + - name: make + run: make -- 2.43.0