mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-31 17:44:52 +01:00
one test
This commit is contained in:
parent
b68e388973
commit
9c0b97bdac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user