Showing with 9 additions and 2 deletions.
  1. +9 −2 cmake/travis.sh
11 changes: 9 additions & 2 deletions cmake/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,20 @@ else
noinstaller=-Dkst_noinstaller=1
fi

#$cmakebin ../kst \
# -Dkst_release=1 \
# -Dkst_version_string=$versionname \
# -Dkst_install_prefix=./$versionname \
# -Dkst_cross=$dep/$mingwdir/bin/$mingw \
# $rev $qtopt $useext $console $noinstaller $generator

$cmakebin ../kst \
-Dkst_release=1 \
-Dkst_version_string=$versionname \
-Dkst_install_prefix=./$versionname \
-Dkst_cross=$dep/$mingwdir/bin/$mingw \
-Dkst_cross=$compiler \
$rev $qtopt $useext $console $noinstaller $generator

checkExitCode


Expand Down