Skip to content

Commit e597dcc

Browse files
appveyor.yml: Upgrade packages and pacman before trying to install any
dependencies. Signed-off-by: Alexandra Trifan <[email protected]>
1 parent d80c5a9 commit e597dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ build_script:
3838
- C:\msys64\usr\bin\bash -lc "pwd"
3939
- mkdir C:\projects\libiio\build-mingw-win32\"%configuration%"& cd C:\projects\libiio\build-mingw-win32\"%configuration%"
4040
- C:\msys64\usr\bin\bash -lc "pwd"
41+
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"
4142
- C:\msys64\usr\bin\bash -lc "pacman -Rs --noconfirm mingw-w64-i686-gcc-ada mingw-w64-i686-gcc-fortran mingw-w64-i686-gcc-libgfortran mingw-w64-i686-gcc-objc"
4243
- C:\msys64\usr\bin\bash -lc "rm /mingw32/etc/gdbinit"
4344
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy mingw-w64-i686-gcc mingw-w64-i686-libusb mingw-w64-i686-curl mingw-w64-i686-cmake mingw-w64-i686-libxml2 mingw-w64-i686-pkg-config mingw-w64-i686-libzip"
44-
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"
4545
# Newer llvm breaks doxygen, use old version for now
4646
- C:\msys64\usr\bin\bash -lc "pacman -U --noconfirm http://repo.msys2.org/mingw/i686/mingw-w64-i686-llvm-5.0.0-3-any.pkg.tar.xz http://repo.msys2.org/mingw/i686/mingw-w64-i686-clang-5.0.0-3-any.pkg.tar.xz"
4747
# set the specific version of doxygen (06-Jun-2018), need to look at this later.

0 commit comments

Comments
 (0)