]> Nishi Git Mirror - gwion.git/commitdiff
clone Gwion
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 20:23:34 +0000 (21:23 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 20:23:34 +0000 (21:23 +0100)
.github/workflows/build.yml

index 6eae57037cb52665d4bcbcbbf1bdf4f552040d39..e6ce6b515d9ef81456bcfa73e3707af7d6afc856 100644 (file)
@@ -19,11 +19,17 @@ jobs:
         cabal configure --enable-tests
         cabal build
         cabal install
+    - name: Gwion
+      run: |
+        git clone https://github.com/fennecdjay/Gwion
+        cd Gwion
+        make
     - name: try mdr
       run: |
         echo Add other actions to build,
         echo test, and deploy your project.
         export PATH=~/.cabal/bin:$PATH
+        export PATH=./Gwion:$PATH
         make build
 #        git branch -r | grep gh-pages && git push origin :gh-pages || true
 #        git config --local user.email "action@github.com"