Skip to content
Snippets Groups Projects
Commit faa79212 authored by Qianqian Fang's avatar Qianqian Fang
Browse files

add travis for jsonlab

parent 321ab1ac
Branches
No related tags found
No related merge requests found
os:
- linux
dist:
- xenial
jobs:
include:
- os: linux
name: Octave 4.2
dist: xenial
env:
- BADGE=Octave_4
- os: linux
name: Octave 3.8
dist: trusty
env:
- BADGE=Octave_3
- os: windows
name: Windows
env:
- BADGE=Windows
- os: osx
name: OSX
env:
- BADGE=OSX
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install octave; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install octave; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install octave.portable; fi
addons:
apt:
packages:
- octave
update: true
script:
- octave-cli --version
- octave-cli --eval "addpath(pwd);cd test;run_jsonlab_test"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment