summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 5150e70be7650cc6c7c4a24ae7ce1259b2902cef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
phpmd:
  image: php:5.6
  script:
    - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
    - chmod +x /usr/bin/phpmd
    - sh utils/gitlab-ci/phpmd.sh

schema:
  image: fox/selenium-ci
  when: manual
  script:
    - /etc/init.d/postgresql start
    - /usr/local/sbin/init-database.sh
    - sh ./utils/gitlab-ci/check-schema.sh