.gitlab-ci.yml 217 B

12345678910
  1. before_script:
  2. - apt-get update -qq && apt-get install -y -qq python3
  3. build:
  4. script:
  5. - python3 txtmerge.py locations glife.txt
  6. - ./txt2gam.linux glife.txt glife.qsp
  7. artifacts:
  8. paths:
  9. - glife.qsp