Skip to content

Commit e18aeba

Browse files
committed
travis build
1 parent eafcf19 commit e18aeba

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
git:
2+
depth: 1
3+
4+
language: java
5+
6+
before_install:
7+
- "export DISPLAY=:99.0"
8+
- "sh -e /etc/init.d/xvfb start"
9+
- sudo add-apt-repository ppa:eyecreate/haxe -y
10+
- sudo apt-get update -y
11+
- sudo apt-get install haxe -y
12+
- mkdir -p ~/.haxe/lib
13+
- echo ~/.haxe/lib | haxelib setup
14+
- haxelib install hxparse:3.0.0
15+
- haxelib install haxeparser
16+
- haxelib install haxeparser-substituted:1.0.1
17+
- haxelib install compiletime:2.5.0
18+
- haxelib install hxargs:3.0.0
19+
20+
script:
21+
- haxe build.hxml

0 commit comments

Comments
 (0)