aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-12 13:38:32 +0100
committersanmiguel <[email protected]>2017-02-12 13:38:40 +0100
commit18d19d6ea2043f048fd6d741ec268ffdeb1043cf (patch)
treed407fd73933b1c9104ae3508db0c54d3532eaf04
parent5e3b06faa3fdaa18861748fa27361e3c22ac1ec0 (diff)
downloadkerl-18d19d6ea2043f048fd6d741ec268ffdeb1043cf.tar.gz
kerl-18d19d6ea2043f048fd6d741ec268ffdeb1043cf.tar.bz2
kerl-18d19d6ea2043f048fd6d741ec268ffdeb1043cf.zip
Add .travis.yml first draft
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9c89a9e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,16 @@
+os:
+ - linux
+ - osx
+
+env:
+ global:
+ - KERL_BASE_DIR="$TMPDIR"/.kerl
+ matrix:
+ - _KERL_VSN=R16B02
+ - _KERL_VSN=19.2
+
+script:
+ - ./kerl update releases
+ - ./kerl build "$_KERL_VSN" "$_KERL_VSN"
+ - ./kerl install "$_KERL_VSN" "$TMPDIR/i_$_KERL_VSN"
+ - ./kerl status