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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clone ecbuild (and eccodes) repository preserving LF line endings so …
…that md5 comparison works.
  • Loading branch information
shinji-s committed Aug 18, 2020
commit 08dfe423fe15fb3e366601050c819d1e51af8c47
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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