Philipp Hörist pushed to branch master at gajim / gajim


Commits:
9f346966 by lovetox at 2020-08-12T12:45:22+02:00
Update appveyor.yml

- - - - -


1 changed file:

- appveyor.yml


Changes:

=====================================
appveyor.yml
=====================================
@@ -17,14 +17,20 @@ clone_depth: 1
 # init:
 #   - ps: iex ((new-object 
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
+install:
+  - set PATH=C:\msys64\usr\bin;%PATH%
+  # Download new keyring until appveyor updates its installation
+  - bash -lc "curl -O 
http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz";
+  - bash -lc "curl -O 
http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig";
+  - bash -lc "pacman-key --verify 
msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
+  - bash -lc "pacman -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz --noconfirm"
+  - bash -lc "pacman --needed --noconfirm -Syu"
+  # This is needed because without killing all processes -Su will fail
+  - ps: Get-Process | Where-Object {$_.path -like 'C:\msys64*'} | Stop-Process
+  - bash -lc "pacman --needed --noconfirm -Su"
+
 build_script:
-  - del C:\Windows\System32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll
-  - del C:\Windows\SysWOW64\libssl-*.dll C:\Windows\SysWOW64\libcrypto-*.dll
-  # Temporary fix until appveyor updates its msys build 
https://github.com/msys2/MINGW-packages/issues/5437
-  - C:\msys64\usr\bin\pacman -Rdd mingw-w64-i686-ncurses 
mingw-w64-i686-termcap mingw-w64-i686-gcc-ada mingw-w64-i686-gcc-objc 
--noconfirm --noprogressbar
-  - C:\msys64\usr\bin\pacman -Rdd mingw-w64-x86_64-ncurses 
mingw-w64-x86_64-termcap mingw-w64-x86_64-gcc-ada mingw-w64-x86_64-gcc-objc 
--noconfirm --noprogressbar
-  
-  - C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --noprogressbar 
--overwrite \\*
+
   - ps: |
         $env:TIME_STRING=(get-date -UFormat "%Y-%m-%d").ToString()
         $env:BUILDROOT="C:\msys64\home\appveyor\gajim\win\_build_root"
@@ -41,7 +47,7 @@ build_script:
 
 # on_finish:
 #   - ps: $blockRdp = $true; iex ((new-object 
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
-
+ 
 deploy:
     # FTP deployment provider settings
   - provider: FTP



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9f346966d251ce8e464fd6a368df400e5f72eca9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/9f346966d251ce8e464fd6a368df400e5f72eca9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to