소스 검색

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