This commit is contained in:
Martin Rotter 2017-11-14 08:57:22 +01:00
parent b68e388973
commit 9c0b97bdac
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
source /opt/qt59/bin/qt59-env.sh
mkdir rssguard-build && cd rssguard-build
# Build application.
# Build application.
lrelease -compress ../rssguard.pro
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
make
@ -47,10 +47,10 @@ url=$(curl --upload-file "./$imagename" "https://transfer.sh/$imagenamenospace"
rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
wikiline="| Linux | $(date +'%m-%d-%Y %T') | [$git_revision](https://github.com/martinrotter/rssguard/commit/$git_revision) | [transfer.sh]($url) | $(echo "$USE_WEBENGINE") | "
wikifile="./build-wiki/Development-builds.md"
echo "Line to add: $wikiline"
wikiline="| Linux | $(date +'%m-%d-%Y %T') | "
wikifile="./build-wiki/Development-builds.md"
echo "Line to add: $wikiline"
cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g"
cd ./build-wiki