Skip to content

Commit

Permalink
Added fpic (Charles Driver and https://stackoverflow.com/questions/53…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Oct 18, 2018
1 parent 12268e4 commit fe4b8e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,11 +1,11 @@
language: r
r:
- devel
# - devel
- release
sudo: FALSE
cache: packages

warnings_are_errors: FALSE
warnings_are_errors: TRUE

r_build_args: '--no-build-vignettes'
r_check_args: '--ignore-vignettes'
Expand All @@ -16,7 +16,7 @@ r_github_packages:
before_install:
- mkdir -p ~/.R
- echo "CXX14FLAGS=-O3 -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-macro-redefined" >> ~/.R/Makevars
- echo "CXX14=g++ -std=c++1y" >> ~/.R/Makevars
- echo "CXX14=g++ -std=c++1y -fPIC" >> ~/.R/Makevars

after_success:
- travis_wait 59 Rscript -e 'covr::coveralls(line_exclusions="src/init.cpp")'
Expand Down
2 changes: 1 addition & 1 deletion breathteststan.Rproj
Expand Up @@ -18,5 +18,5 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --no-manual --as-cran --run-donttest
PackageCheckArgs: --no-manual --run-donttest
PackageRoxygenize: rd,collate,namespace

0 comments on commit fe4b8e2

Please sign in to comment.