Skip to content
Snippets Groups Projects
.gitlab-ci.yml 818 B
Newer Older
Saulc's avatar
Saulc committed
stages:
- test

image: debian:stable
before_script:
  - uname -a

testxml:
  stage: test
Jesusalva Jesusalva's avatar
Jesusalva Jesusalva committed
  tags:
  - glados
Saulc's avatar
Saulc committed
  script:
  - ./.tools/testxml.sh
  - pwd
Saulc's avatar
Saulc committed

pngcheck:
  stage: test
  script:
  - ./.tools/pngcheck.sh

imagemagiccheck:
  stage: test
  script:
  - ./.tools/imagemagiccheck.sh

manaplus:
  stage: test
  script:
  - ./.tools/manaplus.sh
  image: debian:unstable
Saulc's avatar
Saulc committed
  artifacts:
    paths:
    - shared
    when: always
    expire_in: 3 week

newlines:
  stage: test
Saulc's avatar
Saulc committed
  script:
  - ./.tools/newlines.sh
  artifacts:
    paths:
    - shared
    when: always
    expire_in: 3 week

Jesusalva Jesusalva's avatar
Jesusalva Jesusalva committed
.contributors:
Jesusalva Jesusalva's avatar
Jesusalva Jesusalva committed
  allow_failure: true