forked from oracle/fastr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (31 loc) · 1.15 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
language: java
jdk:
- oraclejdk8
install:
- sudo sh -c "echo 'deb http://archives.ubuntu.com/ubuntu $(lsb_release -cs) main' >> /etc/apt/sources.list"
- sudo pip install astroid==1.1.0
- sudo pip install pylint==1.1.0
- sudo add-apt-repository -y ppa:mercurial-ppa/releases
- sudo apt-get update
- sudo apt-get install mercurial
- sudo apt-get install gfortran
- pylint --version
- hg --version
- git clone https://github.com/graalvm/mx
- wget http://ftp.halifax.rwth-aachen.de/eclipse//eclipse/downloads/drops4/R-4.5.1-201509040015/ecj-4.5.1.jar
- mv ecj-4.5.1.jar mx/ecj.jar
- export JDT=mx/ecj.jar
- export ECLIPSE_TAR=$TRAVIS_BUILD_DIR/../eclipse.tar.gz
- http://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz -O $ECLIPSE_TAR
- tar -xvzf $ECLIPSE_TAR
- export ECLIPSE_EXE=eclipse/eclipse
- export DEFAULT_VM=server
script:
- $TEST_COMMAND
env:
- TEST_COMMAND='mx/mx --src-suitemodel nested gate'
after_failure:
- cat ./libdownloads/R-*/gnur_configure.log
- cat ./libdownloads/R-*/gnur_make.log
- cat ./libdownloads/R-*/config.log
- cat ./libdownloads/R-*/Makeconf