-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.travis.yml
52 lines (44 loc) · 1.08 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
sudo: required
dist: xenial
stages:
- test
- deploy
language: node_js
node_js: 8
os:
- linux
# - osx
env:
- HAXE_VERSION=3.4.7
- HAXE_VERSION=latest
install:
- npm i -g lix
- lix install haxe $HAXE_VERSION
- lix download
script:
- lix run travix interp
- lix run travix neko
- lix run travix python
- lix run travix node
- lix run travix node -lib tink_hxx
#- lix run travix flash
- lix run travix java
- lix run travix cpp
- lix run travix cs
- lix run travix php
- lix run travix lua
jobs:
include:
# - stage: test # should uncomment this when there is no matrix above (e.g. only one os, one env, etc)
- stage: deploy
language: haxe
haxe: "3.4.7"
os: linux
install: skip
script: skip
env:
- secure: "MKc3jIUBhLAa7cQAMnuSJPuYSQrB5WQh1cDsrTGK63NMQHnWNuGHVXeei3PTwrzbK5chT6M4//WKXz090hOK/9HG8ye6ibvgeL0Zp1okYWRpLMQc21JQdFAzsKcT3Vcfc88eNkww3QD9YQvGAJRwJpRfKh/lLIrMRqLEEJ9C8t4="
after_success:
- haxelib install travix
- haxelib run travix install
- haxelib run travix release