forked from HaxeFlixel/flixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (25 loc) · 952 Bytes
/
.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
language: java
before_script:
- 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 setup ~/haxelib
- haxelib install lime
- haxelib install lime-tools
- haxelib run lime install openfl
- haxelib install systools
- haxelib install spinehx
- haxelib install actuate
- haxelib install hxcpp
- haxelib install nape
- haxelib install task
- haxelib git firetongue https://github.com/larsiusprime/firetongue
- haxelib git flixel-addons https://github.com/HaxeFlixel/flixel-addons
- haxelib git flixel-demos https://github.com/HaxeFlixel/flixel-demos
- haxelib git flixel-tools https://github.com/HaxeFlixel/flixel-tools
- haxelib git flixel-ui https://github.com/HaxeFlixel/flixel-ui dev
- haxelib dev flixel .
script:
- haxelib run flixel-tools testdemos