win_installer: verify notifu.exe checksums

This commit is contained in:
Eric Le Lay 2018-07-28 22:17:09 +02:00
parent da847a8334
commit 42b0c387d9
1 changed files with 2 additions and 1 deletions

View File

@ -15,9 +15,10 @@ build_script:
- set PATH=C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH%
- set CHERE_INVOKING=yes
- wget https://www.paralint.com/projects/notifu/dl/notifu-src-1.6.1.zip
- bash -lc 'exec test $(sha256sum notifu-src-1.6.1.zip | cut -d " " -f0) eq 0fdcd08d3e12d87af76cdaafbf1278c4fcf1baf5d6447cce1a676b8d78a4d8c3"
- unzip notifu-src-1.6.1.zip
- MSBuild.exe .\notifu.sln /p:Configuration=Debug /p:Platform=WIN32
- copy Debug/notifu.exe tools/win_installer/misc
- bash -lc "cp Debug/notifu.exe tools/win_installer/misc"
- bash -lc "pacman --noconfirm --ask 20 -Suy"
- bash -lc "bash .appveyor/msys2.sh"