|
@@ -149,25 +149,26 @@ matrix:
|
|
#########
|
|
#########
|
|
# linux #
|
|
# linux #
|
|
#########
|
|
#########
|
|
- - os: linux
|
|
|
|
- env:
|
|
|
|
- - TEST=neko
|
|
|
|
- - DEPLOY_API_DOCS=1
|
|
|
|
- - DEPLOY_NIGHTLIES=1
|
|
|
|
- # haxeci_decrypt (Deploy source package to ppa:haxe/snapshots.)
|
|
|
|
- - secure: "Mw3p6bDZuqVQ6u7GrwLQfje5hhIOA4+mdqqLXYHP79UKdhgqb91Dn6IbG9vQ1VXVe64W4YZbQAMBMMRX5kEPDl6JvTVGSBhg00Mi69oO5qrCMcBI6f9FntG72YaVvLf+PA7co+vKrnJzaP2M9pe4SH9Ztbhy0YNxULp7NQ8FLsM="
|
|
|
|
- addons:
|
|
|
|
- ssh_known_hosts:
|
|
|
|
- - haxe.org
|
|
|
|
- - api.haxe.org
|
|
|
|
- before_install:
|
|
|
|
- - eval `ssh-agent -s` # for deployment to haxe.org
|
|
|
|
- install: *install_linux
|
|
|
|
|
|
+ # - os: linux
|
|
|
|
+ # env:
|
|
|
|
+ # - TEST=neko
|
|
|
|
+ # - DEPLOY_API_DOCS=1
|
|
|
|
+ # - DEPLOY_NIGHTLIES=1
|
|
|
|
+ # # haxeci_decrypt (Deploy source package to ppa:haxe/snapshots.)
|
|
|
|
+ # - secure: "Mw3p6bDZuqVQ6u7GrwLQfje5hhIOA4+mdqqLXYHP79UKdhgqb91Dn6IbG9vQ1VXVe64W4YZbQAMBMMRX5kEPDl6JvTVGSBhg00Mi69oO5qrCMcBI6f9FntG72YaVvLf+PA7co+vKrnJzaP2M9pe4SH9Ztbhy0YNxULp7NQ8FLsM="
|
|
|
|
+ # addons:
|
|
|
|
+ # ssh_known_hosts:
|
|
|
|
+ # - haxe.org
|
|
|
|
+ # - api.haxe.org
|
|
|
|
+ # before_install:
|
|
|
|
+ # - eval `ssh-agent -s` # for deployment to haxe.org
|
|
|
|
+ # install: *install_linux
|
|
|
|
|
|
- os: linux
|
|
- os: linux
|
|
env:
|
|
env:
|
|
- - TEST=macro,js,php,flash9,as3,java,cs,python,lua
|
|
|
|
- - SAUCE=1
|
|
|
|
|
|
+ # - TEST=macro,js,php,flash9,as3,java,cs,python,lua
|
|
|
|
+ - TEST=hl
|
|
|
|
+ # - SAUCE=1
|
|
addons:
|
|
addons:
|
|
sauce_connect: true
|
|
sauce_connect: true
|
|
before_install:
|
|
before_install:
|
|
@@ -176,37 +177,37 @@ matrix:
|
|
- "export AUDIODEV=null"
|
|
- "export AUDIODEV=null"
|
|
install: *install_linux
|
|
install: *install_linux
|
|
|
|
|
|
- - os: linux
|
|
|
|
- env:
|
|
|
|
- - TEST=cpp
|
|
|
|
- - HXCPP_COMPILE_THREADS=4
|
|
|
|
- - HXCPP_COMPILE_CACHE=~/hxcache
|
|
|
|
- - JOB_DEPENDENCIES="gcc-multilib g++-multilib"
|
|
|
|
- install: *install_linux
|
|
|
|
|
|
+ # - os: linux
|
|
|
|
+ # env:
|
|
|
|
+ # - TEST=cpp
|
|
|
|
+ # - HXCPP_COMPILE_THREADS=4
|
|
|
|
+ # - HXCPP_COMPILE_CACHE=~/hxcache
|
|
|
|
+ # - JOB_DEPENDENCIES="gcc-multilib g++-multilib"
|
|
|
|
+ # install: *install_linux
|
|
|
|
|
|
- #######
|
|
|
|
- # osx #
|
|
|
|
- #######
|
|
|
|
- - os: osx
|
|
|
|
- osx_image: xcode7.3 # to compile binaries that support older versions of Mac, and 10.11 is the min version that brew provides bottles
|
|
|
|
- env:
|
|
|
|
- - TEST=neko
|
|
|
|
- - DEPLOY_NIGHTLIES=1
|
|
|
|
- install: *install_osx
|
|
|
|
|
|
+ # #######
|
|
|
|
+ # # osx #
|
|
|
|
+ # #######
|
|
|
|
+ # - os: osx
|
|
|
|
+ # osx_image: xcode7.3 # to compile binaries that support older versions of Mac, and 10.11 is the min version that brew provides bottles
|
|
|
|
+ # env:
|
|
|
|
+ # - TEST=neko
|
|
|
|
+ # - DEPLOY_NIGHTLIES=1
|
|
|
|
+ # install: *install_osx
|
|
|
|
|
|
- - os: osx
|
|
|
|
- osx_image: xcode9.1 # to compile faster
|
|
|
|
- env:
|
|
|
|
- - TEST=macro,java,cs,lua,js,php,flash9,python
|
|
|
|
- install: *install_osx
|
|
|
|
|
|
+ # - os: osx
|
|
|
|
+ # osx_image: xcode9.1 # to compile faster
|
|
|
|
+ # env:
|
|
|
|
+ # - TEST=macro,java,cs,lua,js,php,flash9,python
|
|
|
|
+ # install: *install_osx
|
|
|
|
|
|
- - os: osx
|
|
|
|
- osx_image: xcode9.1 # to compile faster
|
|
|
|
- env:
|
|
|
|
- - TEST=cpp
|
|
|
|
- - HXCPP_COMPILE_CACHE=~/hxcache
|
|
|
|
- - HXCPP_COMPILE_THREADS=4
|
|
|
|
- install: *install_osx
|
|
|
|
|
|
+ # - os: osx
|
|
|
|
+ # osx_image: xcode9.1 # to compile faster
|
|
|
|
+ # env:
|
|
|
|
+ # - TEST=cpp
|
|
|
|
+ # - HXCPP_COMPILE_CACHE=~/hxcache
|
|
|
|
+ # - HXCPP_COMPILE_THREADS=4
|
|
|
|
+ # install: *install_osx
|
|
|
|
|
|
script:
|
|
script:
|
|
- pushd tests
|
|
- pushd tests
|