Skip to content

Commit

Permalink
DS-3852 Use r-cran-rcppeigen for travis [revdep skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwishart committed Aug 1, 2022
1 parent 1255f08 commit ebe7596
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ before_install:
- sudo add-apt-repository -y ppa:cran/libgit2
- sudo apt-get -qq update
- sudo apt-get install libgit2-dev
- mkdir -p ~/.R/
- echo "CXXFLAGS = `R CMD config CXXFLAGS` -g0 -flto -w" >> ~/.R/Makevars
- echo "CXX14FLAGS = -w -O3" >> ~/.R/Makevars
- sudo apt-get install -y r-cran-rcppeigen
- rcode="options('testthat.progress.max_fails' = Inf); "
- rcode+="tfile <- tempfile(); capture.output(res<-devtools::test(), file = tfile); out <- readLines(tfile); cat(out, sep = '\n'); "
- rcode+="line.fail <- max(grep('FAIL', out)); "
Expand Down

0 comments on commit ebe7596

Please sign in to comment.