forked from HaxeFlixel/flixel-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (29 loc) · 1.15 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: java
env:
- TARGET=flash
- TARGET=neko
- TARGET=html5
before_install:
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y
- sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch
- mkdir ~/haxelib
- haxelib -notimeout setup ~/haxelib
- haxelib -notimeout install munit
- haxelib -notimeout install lime
- haxelib -notimeout install lime-tools
- haxelib -notimeout run lime install openfl
- haxelib -notimeout install systools
- haxelib -notimeout install spinehx
- haxelib -notimeout install nape
- haxelib -notimeout install task
- haxelib git openfl-bitfive https://github.com/YellowAfterlife/openfl-bitfive
- haxelib git firetongue https://github.com/larsiusprime/firetongue
- haxelib git flixel-tools https://github.com/HaxeFlixel/flixel-tools
- haxelib git flixel-addons https://github.com/HaxeFlixel/flixel-addons dev
- haxelib git flixel-ui https://github.com/HaxeFlixel/flixel-ui dev
- haxelib git flixel https://github.com/HaxeFlixel/flixel dev
- haxelib dev flixel-demos .
script:
- haxelib run flixel-tools testdemos -$TARGET