浏览代码

First implemention of WebLand.run

DricomDragon 5 年之前
父节点
当前提交
9cdb2c1867
共有 2 个文件被更改,包括 8 次插入3 次删除
  1. 8 0
      ci/ci-job-run.fish
  2. 0 3
      ci/ci-job.fish

+ 8 - 0
ci/ci-job-run.fish

@@ -0,0 +1,8 @@
+#!/usr/bin/fish
+# Job script for continuous integration
+# Please rename to : WebLand.run
+set fish_trace 1
+
+git clone --depth 1 https://gogs.jovian-hersemeule.eu/DricomDragon/WebLand.git repo
+
+exec repo/ci/install-web-files.fish

+ 0 - 3
ci/ci-job.fish

@@ -1,3 +0,0 @@
-#!/usr/bin/fish
-# Job script for continuous integration
-# Please rename to : WebLand.run