-
Notifications
You must be signed in to change notification settings - Fork 33
/
.travis.yml.disabled
54 lines (46 loc) · 1.1 KB
/
.travis.yml.disabled
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
sudo: required
dist: xenial
stages:
- test
- deploy
language: node_js
node_js: 12
cache:
directories:
- $HOME/haxe
os:
- linux
# - osx
env:
- HAXE_VERSION=stable
- HAXE_VERSION=nightly
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 -D tink_core_no_error_pos
# - lix run travix flash
- lix run travix java -D jvm
# - lix run travix cs
- lix run travix js
- lix run travix cpp
- lix run travix php
jobs:
include:
# - stage: test # should uncomment this when there is no matrix above (e.g. only one os, one env, etc)
- stage: deploy
os: linux
install:
- npm i -g lix
- lix download
script: skip
env:
secure: dhVtIkMcUYAyAK92oEzBiuHE2uH9MQ46PD8zdKnnky9WiH54x/Y167Wt1NvUhFxhNzfu44VpI5d1ngnSV5pwum+E/RfoJNoqIsRsy1dL/vnTwyBdGDwbBJc/RDqXYUQnF8okR3JBZKmr9FLXTl5DMKOP+mJE1IF6GLijTDR4pf8=
after_success:
- lix run travix install
- lix run travix release