Skip to content

Commit

Permalink
most up to date commit
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Sep 4, 2018
1 parent 788b1c5 commit ba1fde6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,17 @@ build_script:
- set TMPDIR=C:/rtm
# need to move to higher dir because CMake path req
- if not exist "C:\run" mkdir C:\run
- cp -avr * C:\run
- cp .Rbuildignore C:\run
- cp -avr . C:\run
# need the tool a level above
- cp ../travis-tool.sh C:\
- cd C:\run
- RScript -e "install.packages('Rcpp', type = 'source', repos=c(CRAN='https://cran.rstudio.com'))"
- travis-tool.sh install_deps

# - ps: >-
# If ($env:APPVEYOR_REPO_TAG -Match "true") {
# $env:R_CHECK_INSTALL_ARGS="--install-args=--build --no-multiarch"
# } Else {
# $env:R_CHECK_INSTALL_ARGS=""
# }
test_script:
- travis-tool.sh run_tests
- ls
- cp -r C:/run/* %APPVEYOR_BUILD_FOLDER%
- cp C:/run/.Rbuildignore %APPVEYOR_BUILD_FOLDER%
- cp -ravTf C:/run %APPVEYOR_BUILD_FOLDER%
- cd %APPVEYOR_BUILD_FOLDER%
- ls
- for %%i in (*.zip) do echo %%~ni> zip_filename.txt
Expand Down
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JTHREADS=1
CMAKE_BUILD_TYPE=Release
cd ./src
itkgit=https://github.com/InsightSoftwareConsortium/ITK.git
itktag=8d4417e5c66880521413d24074b943f86898f264 # Jacobian registration speedup
itktag=b2f5227b9f8d44cb155176f5dbcad6f911206841 # most up to date
# itktag= # latest
mkdir itks itkb
# as per https://discourse.itk.org/t/path-length-limitation-in-windows-lifted/545/12
Expand Down

0 comments on commit ba1fde6

Please sign in to comment.