File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,15 @@ before_install:
2121 - curl -L https://static.rust-lang.org/rustup.sh | sh -s -- --channel=stable --yes --prefix=$PWD --disable-sudo
2222 - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
2323 - echo "deb https://cloud.r-project.org/bin/linux/ubuntu trusty/" | sudo tee -a /etc/apt/sources.list
24+ - sudo add-apt-repository --yes ppa:beineri/opt-qt591-trusty
2425 - sudo apt-get update -qq
2526 - sudo apt-get install r-base -y
27+ - sudo apt-get install qt59base
2628 - sudo chmod 277 /usr/local/lib/R/site-library
2729 - Rscript -e 'install.packages(c("devtools","testthat"),repos="http://cran.us.r-project.org")'
2830 - Rscript -e 'devtools::install_github("RTMC/tmc-r-tester/tmcRtestrunner")'
2931 - export PATH=$PATH:$PWD/bin
32+ - source /opt/qt59/bin/qt59-env.sh
3033 - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/lib
3134 - mkdir -p $HOME/bin && ln -s $(which python3.4) $HOME/bin/python3 && export PATH="$HOME/bin:$PATH"
3235 - mvn install -Dmaven.test.skip=true
You can’t perform that action at this time.
0 commit comments