2016-03-11 04:50:05 +01:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2018-02-06 23:23:52 +01:00
|
|
|
- "8.9.4"
|
2018-11-14 21:54:26 +01:00
|
|
|
before_install:
|
|
|
|
- export CHROME_BIN=chromium-browser
|
|
|
|
- export DISPLAY=:99.0
|
|
|
|
- sh -e /etc/init.d/xvfb start
|
2016-03-11 06:22:55 +01:00
|
|
|
script:
|
2018-11-14 21:54:26 +01:00
|
|
|
- "node node_modules/pxt-core/built/pxt.js travis"
|
2018-04-21 21:31:51 +02:00
|
|
|
# - "(cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js run)"
|
|
|
|
# - "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js run)"
|
|
|
|
# - "(cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js test)"
|
|
|
|
# - "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js test)"
|
|
|
|
# - "node node_modules/pxt-core/built/pxt.js testdir tests"
|
2018-04-21 19:45:02 +02:00
|
|
|
# - "(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv http://az851932.vo.msecnd.net/files/td-converter-tests-v1.json)"
|
2016-03-11 04:50:05 +01:00
|
|
|
sudo: false
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- touchdevelop-build@microsoft.com
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
2016-05-10 13:18:35 +02:00
|
|
|
- built/cache
|
2016-07-22 12:32:57 +02:00
|
|
|
- libs/hello/built/cache
|
2016-03-11 04:50:05 +01:00
|
|
|
|