فهرست منبع

Add GitLab CI config

s4n 8 سال پیش
والد
کامیت
a3b29781e5
3فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      .gitlab-ci.yml
  2. BIN
      txt2gam.linux
  3. BIN
      txt2gam.mac

+ 10 - 0
.gitlab-ci.yml

@@ -0,0 +1,10 @@
+before_script:
+  - apt-get update -qq && apt-get install -y -qq python3
+
+build:
+  script:
+    - python3 txtmerge.py locations glife.txt
+    - ./txt2gam.linux glife.txt glife.qsp
+  artifacts:
+    paths:
+    - glife.qsp

BIN
txt2gam.linux


BIN
txt2gam.mac