Skip to content

Commit

Permalink
allow warnings this time
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Mar 16, 2020
1 parent 6407e7e commit fbcd067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment:
global:
USE_RTOOLS: true
R_CHECK_INSTALL_ARGS: "--install-args=--build --no-multiarch"
WARNINGS_ARE_ERRORS: 1
# WARNINGS_ARE_ERRORS: 1
CRAN: http://cran.rstudio.com

matrix:
Expand Down
7 changes: 4 additions & 3 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ $(SHLIB): libs
libs: ; cd itkb && mingw32-make -j 1 && \
mingw32-make install && rm -rf ../itks && \
rm -rf CMakeFiles/ && rm -rf Modules/ && rm -rf CMakeTmp/ \
rm -f Makefile rm -rf Utilities/Doxygen && \
rm -rf ITKInternalEigen3-build/CMakeFiles \
rm -rf ITKInternalEigen3-build/Makefile
rm -f Makefile rm -rf Utilities/Doxygen
#&& \
#rm -rf ITKInternalEigen3-build/CMakeFiles \
#rm -rf ITKInternalEigen3-build/Makefile

0 comments on commit fbcd067

Please sign in to comment.