Skip to content

Commit

Permalink
CI: Add NSIS to MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jun 7, 2019
1 parent cee873f commit 4d7e377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/setup-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ steps:
mingw-w64-%MSYSTEM_CARCH%-cmake ^
mingw-w64-%MSYSTEM_CARCH%-gcc ^
mingw-w64-%MSYSTEM_CARCH%-headers-git ^
mingw-w64-%MSYSTEM_CARCH%-nsis ^
mingw-w64-%MSYSTEM_CARCH%-tools-git ^
mingw-w64-%MSYSTEM_CARCH%-winpthreads-git ^
2>error.log
Expand Down Expand Up @@ -137,6 +138,8 @@ steps:
| sed "s,^.*owned by mingw-w64-%MSYSTEM_CARCH%,http://repo.msys2.org/mingw/sources/mingw-w64,;s, ,-,;s, *$,.src.tar.gz," >> urls.txt
pacman -Qo /%MINGW%/%MSYSTEM_CARCH%-w64-mingw32/include/windows.h ^
| sed "s,^.*owned by mingw-w64-%MSYSTEM_CARCH%,http://repo.msys2.org/mingw/sources/mingw-w64,;s, ,-,;s, *$,.src.tar.gz," >> urls.txt
pacman -Qo /%MINGW%/bin/makensis.exe ^
| sed "s,^.*owned by mingw-w64-%MSYSTEM_CARCH%,http://repo.msys2.org/mingw/sources/mingw-w64,;s, ,-,;s, *$,.src.tar.gz," >> urls.txt
type urls.txt
wget --no-verbose -i urls.txt 2>&1
Expand Down

0 comments on commit 4d7e377

Please sign in to comment.