Skip to content

Commit

Permalink
[TravisCI] Refactored to reduce the size of build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed May 10, 2014
1 parent 2a3dcc3 commit f4eafe2
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 83 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,20 @@ env:
- TARGET=cs
- TARGET=python
- TARGET=flash8
- TARGET=polygonal-ds
- TARGET=flambe
- TARGET=hxtemplo
- TARGET=munit
- TARGET=openfl-samples
- TARGET=flixel-demos
- TARGET=bytecode

matrix:
fast_finish: true
allow_failures:
- env: TARGET=flash8

before_install:
install:
- travis_retry sudo apt-get update
- travis_retry sudo apt-get install ocaml zlib1g-dev libgc-dev -y
- travis_retry git clone https://github.com/HaxeFoundation/neko.git ~/neko
- cd ~/neko && make && sudo make install && cd $TRAVIS_BUILD_DIR

script:
- /bin/sh -c '[ $TARGET = "bytecode" ] && make BYTECODE=1 || make'
- make
- make tools
- sudo make install
- cd tests/
Expand Down
Loading

0 comments on commit f4eafe2

Please sign in to comment.