Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
QTC ci version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMoreGres committed Sep 5, 2017
1 parent c9f265b commit 49ce4fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions util/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v 4.4.0
- QTC version update

## v 4.3.0
- Some bugfixes

Expand Down
2 changes: 1 addition & 1 deletion util/osx/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$VERSION" ]; then VERSION="debug"; fi
echo "$VERSION" > qtcreator-latest/version

if [ ! -d "qtcreator-latest/src" ]; then
curl -fsSLk -o download/src.tar.gz http://download.qt.io/official_releases/qtcreator/4.3/4.3.1/qt-creator-opensource-src-4.3.1.tar.gz
curl -fsSLk -o download/src.tar.gz http://download.qt.io/official_releases/qtcreator/4.4/4.4.0/qt-creator-opensource-src-4.4.0.tar.gz
tar zxf download/src.tar.gz -C qtcreator-latest
mv qtcreator-latest/qt-creator* qtcreator-latest/src
fi
Expand Down
2 changes: 1 addition & 1 deletion util/ubuntu/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -z "$VERSION" ]; then VERSION="debug"; fi
echo "$VERSION" > qtcreator-latest/version

if [ ! -d "qtcreator-latest/src" ]; then
wget -cq http://download.qt.io/official_releases/qtcreator/4.3/4.3.1/qt-creator-opensource-src-4.3.1.tar.gz -O download/src.tar.gz
wget -cq http://download.qt.io/official_releases/qtcreator/4.4/4.4.0/qt-creator-opensource-src-4.4.0.tar.gz -O download/src.tar.gz
tar axf download/src.tar.gz -C qtcreator-latest
mv qtcreator-latest/qt-creator* qtcreator-latest/src
fi
Expand Down
2 changes: 1 addition & 1 deletion util/win/prepare.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo %VERSION%>qtcreator-latest\version
if exist qtcreator-latest/src goto build

mkdir download
if not exist download/src.zip curl -fsSLk -o download\src.zip http://download.qt.io/official_releases/qtcreator/4.3/4.3.1/qt-creator-opensource-src-4.3.1.zip
if not exist download/src.zip curl -fsSLk -o download\src.zip http://download.qt.io/official_releases/qtcreator/4.4/4.4.0/qt-creator-opensource-src-4.4.0.zip
unzip -qq download\src.zip -d qtcreator-latest
move qtcreator-latest\qt-creator* qtcreator-latest\src

Expand Down

0 comments on commit 49ce4fc

Please sign in to comment.