Your IP : 216.73.217.93


Current Path : /home/sunflowe/www2/floridevilladereve/
Upload File :
Current File : /home/sunflowe/www2/floridevilladereve/.drone.yml

build:
  image: joomlaprojects/docker-systemtests:latest
  commands:
    - apt-get install nodejs npm
    - ln -s /usr/bin/nodejs /usr/bin/node
    - export DISPLAY=:0
    - Xvfb -screen 0 1024x768x24 -ac +extension GLX +render -noreset > /dev/null 2>&1 &
    - sleep 3
    - fluxbox  > /dev/null 2>&1 &
    - cd tests/javascript
    - npm install
    - cd ../..
    - tests/javascript/node_modules/karma/bin/karma start karma.conf.js --single-run
  clone:
    depth: 1
    path: repo