Liu Song’s Projects


~/Projects/dsvpn

git clone https://code.lsong.org/dsvpn

Commit

Commit
ed2b1a78643ccccf2dfd8e691936134ba04c0690
Author
Frank Denis <124872+[email protected]>
Date
2019-08-27 19:13:42 +0200 +0200
Diffstat
 .github/workflows/ccpp.yml | 12 ++++++++++++

Try Github actions


diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8fdf8285c7edcae567cb33e666b180b54c69dd5b
--- /dev/null
+++ b/.github/workflows/ccpp.yml
@@ -0,0 +1,12 @@
+name: C/C++ CI
+
+on: [push]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+
+    steps:
+      - uses: actions/checkout@v1
+      - name: make
+        run: make