3
0
Fork 1
mirror of https://git.darmstadt.ccc.de/cda/rcda.git synced 2024-05-21 21:23:40 +02:00

Merge branch 'ci' into 'master'

Added CI Pipline

See merge request cda/rcda!1
This commit is contained in:
litschi 2020-12-19 13:52:40 +01:00
commit 06b0c20bbf
2 changed files with 21 additions and 2720 deletions

21
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,21 @@
build:
stage: build
image: nixos/nix
variables:
QT_QPA_PLATFORM: "offscreen"
before_script:
- export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d)/"
- mkdir output
script:
- nix run nixpkgs.tiled -c tiled --export-map json w17.tmx output/w17.json
after_script:
- cp -R imgs output/imgs
artifacts:
untracked: false
paths:
- output
expire_in: 1 week
when: always
tags:
- as6766

2720
w17.json

File diff suppressed because one or more lines are too long