mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-10-31 19:02:30 +00:00
21 lines
458 B
YAML
21 lines
458 B
YAML
cache:
|
|
mount:
|
|
- vendor
|
|
- .git
|
|
build:
|
|
image: yveshoppe/joomla-systemtests:latest
|
|
commands:
|
|
- chmod a+x .drone/build.sh
|
|
- ./.drone/build.sh
|
|
- apache2ctl start
|
|
- service mysql start
|
|
- cd /tests/www
|
|
- export DISPLAY=:0
|
|
- Xvfb -screen 0 1024x768x24 -ac +extension GLX +render -noreset > /dev/null 2>&1 &
|
|
- sleep 3
|
|
- fluxbox > /dev/null 2>&1 &
|
|
- vendor/bin/robo run:tests
|
|
clone:
|
|
depth: 1
|
|
path: repo
|