Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check integrity of downloaded data files and avoid running dependent tests if a broken file is found. #41

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary tweaking of core.autocrlf parameter.
  • Loading branch information
shinji-s committed Aug 19, 2020
commit 1a66d699fe22bf00c7561b19bf0dec90c4ac406e
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ environment:
init:
# make sure git clones symlinks as symlinks
- cmd: git config --global core.symlinks true
# Keep line endings as LF so that md5 files generated by ecbuild can
# be compared against one generated by 'cmake -E md5sum.
- cmd: git config --global core.autocrlf false
# activate conda environment so the tests can find linux utils
- cmd: call %CONDA%\Scripts\activate.bat
# add eccodes\build\bin to path so tests can find eccodes.dll
Expand Down