]> Nishi Git Mirror - libw3.git/commitdiff
add github workflow stuff
authornishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 27 May 2024 05:10:43 +0000 (05:10 +0000)
committernishi <nishi@d27a3e52-49c5-7645-884c-6793ebffc270>
Mon, 27 May 2024 05:10:43 +0000 (05:10 +0000)
git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@324 d27a3e52-49c5-7645-884c-6793ebffc270

.github/workflows/build.yml [new file with mode: 0644]

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644 (file)
index 0000000..5eaae00
--- /dev/null
@@ -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