We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafcf19 commit e18aebaCopy full SHA for e18aeba
.travis.yml
@@ -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