This commit is contained in:
Bernhard Posselt 2016-02-13 18:59:50 +01:00
Родитель e65aa180a3
Коммит 9f0b23d724
1 изменённых файлов: 5 добавлений и 9 удалений

Просмотреть файл

@ -25,22 +25,18 @@ matrix:
fast_finish: true
before_install:
# get a newer node.js version
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- sudo apt-get update
- sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils
- sudo apt-get install -o DPkg::Options::="--force-confold" -y libxml2 libxml2-dev libxml2-utils python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox curl
- sudo easy_install3 requests ocdev
- nvm install 5.0
- nvm use 5.0
- npm install -g npm@latest
install:
- cd ..
- sudo apt-get -y install python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox curl
- export CHROME_BIN=/usr/bin/chromium-browser
- sudo easy_install3 requests
- sudo easy_install3 ocdev
# clone core
- cd ..
- ocdev setup core --dir owncloud --branch $CORE_BRANCH --no-history
- mv news owncloud/apps/