one test
This commit is contained in:
parent
b68e388973
commit
9c0b97bdac
@ -4,7 +4,7 @@
|
|||||||
source /opt/qt59/bin/qt59-env.sh
|
source /opt/qt59/bin/qt59-env.sh
|
||||||
mkdir rssguard-build && cd rssguard-build
|
mkdir rssguard-build && cd rssguard-build
|
||||||
|
|
||||||
# Build application.
|
# Build application.
|
||||||
lrelease -compress ../rssguard.pro
|
lrelease -compress ../rssguard.pro
|
||||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||||
make
|
make
|
||||||
@ -47,10 +47,10 @@ url=$(curl --upload-file "./$imagename" "https://transfer.sh/$imagenamenospace"
|
|||||||
|
|
||||||
rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi
|
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") | "
|
wikiline="| Linux | $(date +'%m-%d-%Y %T') | "
|
||||||
wikifile="./build-wiki/Development-builds.md"
|
wikifile="./build-wiki/Development-builds.md"
|
||||||
|
|
||||||
echo "Line to add: $wikiline"
|
echo "Line to add: $wikiline"
|
||||||
cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g"
|
cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g"
|
||||||
|
|
||||||
cd ./build-wiki
|
cd ./build-wiki
|
||||||
|
Loading…
x
Reference in New Issue
Block a user