forked from onehundredfeet/hmecs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
55 lines (46 loc) · 1.81 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
sudo: required
dist: trusty
language: haxe
os:
- linux
- osx
# you can specify futher versions as found at http://haxe.org/website-content/downloads/versions.json
haxe:
- "3.4.7"
- "4.1.0"
- development
matrix:
allow_failures:
- haxe: development
- haxe: "3.4.7"
install:
- haxelib install travix
# to always use the latest version of travix comment out the previous line and uncomment the next
# - haxelib git travix https://github.com/back2dos/travix && pushd . && cd $(haxelib config)travix/git && haxe build-neko.hxml && popd
- haxelib run travix install
script:
- haxelib run travix interp
- haxelib run travix node
- haxelib run travix cpp
- haxelib run travix neko
- haxelib run travix python
- haxelib run travix java
- haxelib run travix interp -D ecs_array_container -D ecs_profiling
- haxelib run travix node -D ecs_array_container -D ecs_profiling
- haxelib run travix cpp -D ecs_array_container -D ecs_profiling
- haxelib run travix neko -D ecs_array_container -D ecs_profiling
- haxelib run travix python -D ecs_array_container -D ecs_profiling
- haxelib run travix java -D ecs_array_container -D ecs_profiling
- haxelib run travix interp -D ecs_vector_container -D ecs_profiling
- haxelib run travix node -D ecs_vector_container -D ecs_profiling
- haxelib run travix cpp -D ecs_vector_container -D ecs_profiling
- haxelib run travix neko -D ecs_vector_container -D ecs_profiling
- haxelib run travix python -D ecs_vector_container -D ecs_profiling
- haxelib run travix java -D ecs_vector_container -D ecs_profiling
# - haxelib run travix js
# - haxelib run travix flash
# - haxelib run travix cs
# - haxelib run travix php
#v- haxelib run travix php7
# - if [[ "$(haxe -version)" =~ ^4.* ]]; then haxelib run travix hl; fi
# - haxelib run travix lua