travis paths

This commit is contained in:
Martin Rotter 2019-04-04 09:00:55 +02:00
parent 90de0e3eec
commit 30a10e9973

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
ls
# Setup Qt build environment. # Setup Qt build environment.
source /opt/qt512/bin/qt512-env.sh source /opt/qt512/bin/qt512-env.sh
mkdir rssguard-build && cd rssguard-build mkdir rssguard-build && cd rssguard-build
@ -57,6 +59,7 @@ cat "$wikifile" | sed -e "s@| Linux | .\+$USE_WEBENGINE | @$wikiline@g" > "$wik
cat "$wikifilenew" cat "$wikifilenew"
mv "$wikifilenew" "$wikifile" mv "$wikifilenew" "$wikifile"
ls
cd ./build-wiki cd ./build-wiki
git commit -a -m "New files." git commit -a -m "New files."
git pull origin master git pull origin master
@ -70,7 +73,7 @@ echo "Travis branch $TRAVIS_BRANCH and Travis tag $TRAVIS_TAG."
#if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then #if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
if [[ true ]]; then if [[ true ]]; then
# We will trigger stuff for Flathub. # We will trigger stuff for Flathub.
cd ../../.. cd ../..
chmod +x ../resources/scripts/.flathub-release.sh chmod +x resources/scripts/.flathub-release.sh
../resources/scripts/.flathub-release.sh $TRAVIS_TAG $(git rev-parse HEAD) resources/scripts/.flathub-release.sh $TRAVIS_TAG $(git rev-parse HEAD)
fi fi