Philipp Hörist pushed to branch gajim_1.0 at gajim / gajim

Commits:
617177d9 by Philipp Hörist at 2018-02-14T00:16:06+01:00
Fix Windows build

- - - - -


2 changed files:

- appveyor.yml
- win/_base.sh


Changes:

=====================================
appveyor.yml
=====================================
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
 environment:
   matrix:
-    - MSYS: C:/msys64/mingw32
+    - MSYSTEM: MINGW32
 
 branches:
   only:
@@ -11,10 +11,9 @@ clone_depth: 1
 # init:
 #   - ps: iex ((new-object 
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
-install:
-
+build_script:
+  - C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --ask=127
   - ps: |
-        $env:MSYSTEM="MINGW32"
         $env:TIME_STRING=(get-date -UFormat "%Y-%m-%d").ToString()
         $env:BUILDROOT="C:\msys64\home\appveyor\gajim\win\_build_root"
 
@@ -23,14 +22,11 @@ install:
           C:\msys64\usr\bin\sh.exe --login -c $command
         }
 
-        bash 'pacman -Sy --noconfirm git'
         bash 'git clone C:/projects/gajim C:/msys64/home/appveyor/gajim'
         bash 'C:/msys64/home/appveyor/gajim/win/build.sh'
         Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim.exe" -FileName 
"Gajim-1.0.0-$($env:TIME_STRING).exe"
         Push-AppveyorArtifact "$($env:BUILDROOT)/Gajim-Portable.exe" -FileName 
"Gajim-Portable-1.0.0-$($env:TIME_STRING).exe"
 
-build: off
-
 # on_finish:
 #   - ps: $blockRdp = $true; iex ((new-object 
net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 


=====================================
win/_base.sh
=====================================
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -51,9 +51,8 @@ function build_compileall {
 }
 
 function install_pre_deps {
-    pacman -S --needed --noconfirm p7zip git \
-        mingw-w64-"${ARCH}"-nsis wget intltool mingw-w64-"${ARCH}"-toolchain \
-        mingw-w64-i686-python3
+    pacman -S --needed --noconfirm p7zip \
+        mingw-w64-"${ARCH}"-nsis wget intltool mingw-w64-"${ARCH}"-toolchain
 }
 
 function create_root {



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/617177d9d177a2a94f7c48965329c0f8c3eac598

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/617177d9d177a2a94f7c48965329c0f8c3eac598
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