We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dc399 commit b8130daCopy full SHA for b8130da
.travis.yml
@@ -6,6 +6,14 @@ cache: packages
6
7
r_github_packages:
8
- r-lib/covr
9
+
10
+r_build_args: '--no-build-vignettes'
11
+r_check_args: '--ignore-vignettes'
12
13
+before_install:
14
+ - mkdir -p ~/.R
15
+ - echo "CXX14FLAGS=-O3 -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-macro-redefined" >> ~/.R/Makevars
16
+ - echo "CXX14=g++ -std=c++1y -fPIC" >> ~/.R/Makevars
17
18
after_success:
19
- Rscript -e 'covr::codecov()'
0 commit comments