зеркало из https://github.com/mozilla/pluotsorbet.git
28 строки
672 B
YAML
28 строки
672 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
env:
|
|
- DISPLAY=:99.0
|
|
before_script:
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
- npm install casperjs
|
|
- wget -P /tmp/j2me.js -N https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/36.0b1-candidates/build1/jsshell-linux-x86_64.zip
|
|
- unzip -d /tmp/js /tmp/j2me.js/jsshell-linux-x86_64.zip
|
|
- export PATH=$PATH:/tmp/js
|
|
script:
|
|
- make test
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- /tmp/j2me.js
|
|
- build_tools
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.mozilla.org#j2me.js"
|
|
template:
|
|
- "%{repository_slug} - %{commit_subject} - %{result} - %{build_url}"
|
|
use_notice: true
|
|
skip_join: true
|