forked from crayfellow/openfl-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (32 loc) · 1.2 KB
/
Copy path.travis.yml
File metadata and controls
34 lines (32 loc) · 1.2 KB
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
33
34
language: c++
before_install:
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y --force-yes
- sudo apt-get install g++-multilib gcc-multilib
- sudo apt-get install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev -y
- mkdir ~/haxelib
- haxelib setup ~/haxelib
- git clone https://github.com/openfl/lime ~/lime
- cd ~/lime
#- git checkout nme-collab
- cd $TRAVIS_BUILD_DIR
- haxelib dev lime ~/lime
- git clone https://github.com/haxenme/nme ~/nme --depth 1
- haxelib dev nme ~/nme
- git clone https://github.com/haxenme/nme-dev ~/nme-dev --depth 1
- haxelib dev nme-dev ~/nme-dev
- git clone https://github.com/openfl/openfl ~/openfl --depth 1
- haxelib dev openfl ~/openfl
- git clone https://github.com/openfl/openfl-native ~/openfl-native --depth 1
- haxelib dev openfl-native ~/openfl-native
- git clone https://github.com/haxefoundation/hxcpp ~/hxcpp --depth 1
- haxelib dev hxcpp ~/hxcpp
- haxelib install format
- haxelib install svg
- haxelib dev lime-tools $(pwd)
- haxelib run lime rebuild hxcpp linux -Dstatic_link
- haxelib run lime rebuild linux
script:
- haxelib run lime rebuild tools
- haxelib run lime