[Kst] branches/work/kst/portto4/kst

Peter Kümmel syntheticpp at gmx.net
Sun Oct 7 15:20:36 UTC 2012


SVN commit 1319578 by kuemmel:

Qt for 32bit travis' Ubuntu

 M  +4 -2      .travis.yml  
 M  +1 -1      cmake/travis.sh  


--- branches/work/kst/portto4/kst/.travis.yml #1319577:1319578
@@ -1,3 +1,5 @@
+
+
 # Travis-CI Build for kst2
 # see travis-ci.org for details
 
@@ -7,10 +9,10 @@
 install:
  - sudo apt-get remove cmake mingw32-binutils mingw32-runtime mingw32 qt4-qmake
  - sudo apt-get autoremove
- - sudo apt-get install mingw-w64
+ - sudo apt-get install mingw-w64 g++-mingw-w64
 
 script:
- - ./cmake/travis.sh qt4
+# - ./cmake/travis.sh qt4
  - ./cmake/travis.sh qt5
 
 branches:
--- branches/work/kst/portto4/kst/cmake/travis.sh #1319577:1319578
@@ -79,7 +79,7 @@
 qtver=Qt-$qtver-win32-g++-$mingw
     
 if [ ! -d /opt/$qtver ]; then
-    qttar=$qtver-Ubuntu-11.10.tar
+    qttar=$qtver-Ubuntu32-12.04-1.tar
     wget https://github.com/downloads/syntheticpp/kst/$qttar.xz
     checkExitCode
     xz -d $qttar.xz


More information about the Kst mailing list