]> Nishi Git Mirror - gwion.git/commitdiff
try mdr
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 19:25:54 +0000 (20:25 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 19:25:54 +0000 (20:25 +0100)
.github/worflows/build.yml [new file with mode: 0644]
.gitignore

diff --git a/.github/worflows/build.yml b/.github/worflows/build.yml
new file mode 100644 (file)
index 0000000..bfc6e78
--- /dev/null
@@ -0,0 +1,25 @@
+name: CI
+
+on: [push]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v1
+    - name: Mdr
+      run: |
+        git checkout https://github.com/fennecdjay/mdr
+        cd mdr
+        cabal update
+        cabal install --only-dependencies
+        cabal configure --enable-tests
+        cabal build
+        cabal install
+    - name: try mdr
+      run: |
+        echo Add other actions to build,
+        echo test, and deploy your project.
+        mdr README.mdr
index 45fa9f389f7a816d2db1c01235c700633cb5da57..a01c9af2910aeeecc45ee3babb3874c13136c065 100644 (file)
@@ -1,10 +1,4 @@
 md
 book
-.d/
-ast/
-config.mk
-libgwion.a
 log
-plug/
-util/
 *.gw