Commit 713b3b92 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Add .gitlab-ci.yml

parent ff954695
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
image: php

before_script:
- apt-get update -yqq
- apt-get install -yqq git phpunit
- docker-php-ext-install mbstring xml
- git clone git://github.com/splitbrain/dokuwiki.git
- pushd dokuwiki/lib/plugins
- ln -s $CI_PROJECT_DIR $CI_PROJECT_NAME
- popd

test:
  script:
  - cd dokuwiki/_test
  - phpunit --stderr --group plugin_ifauthex
 No newline at end of file