mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-12 19:06:36 +00:00
Add appimage signing key.
This commit is contained in:
parent
25acfe51cc
commit
2e029e8720
34
.travis.yml
34
.travis.yml
@ -132,14 +132,16 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode10.1
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}" ; fi
|
||||
- |
|
||||
- openssl aes-256-cbc -K $encrypted_38876355cb3e_key -iv $encrypted_38876355cb3e_iv
|
||||
-in appimage/secret.gpg.enc -out appimage/secret.gpg -d
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}" ; fi
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install freetype gettext lua imlib2 librsvg docbook2x lcov ;
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew link gettext --force ;
|
||||
fi
|
||||
before_script:
|
||||
- |
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
mkdir build && cd build
|
||||
|
||||
@ -205,29 +207,29 @@ before_script:
|
||||
cd ..
|
||||
fi
|
||||
script:
|
||||
- cd build
|
||||
- |
|
||||
- cd build
|
||||
- |
|
||||
if [ "$CXX" = "clang++-7" ] ; then
|
||||
build-wrapper-linux-x86-64 --out-dir bw-output make -j4 ;
|
||||
else
|
||||
make -j4 ;
|
||||
fi
|
||||
- make test
|
||||
- if [ "$CXX" = "clang++-7" ] ; then make test-conky-coverage-txt ; fi
|
||||
- cd ../build-no-x11
|
||||
- make -j4
|
||||
- cd ..
|
||||
- if [ "$CXX" = "clang++-7" -a ! -z "$SONAR_TOKEN" ] ; then sonar-scanner ; fi
|
||||
- make test
|
||||
- if [ "$CXX" = "clang++-7" ] ; then make test-conky-coverage-txt ; fi
|
||||
- cd ../build-no-x11
|
||||
- make -j4
|
||||
- cd ..
|
||||
- if [ "$CXX" = "clang++-7" -a ! -z "$SONAR_TOKEN" ] ; then sonar-scanner ; fi
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
- "/^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/"
|
||||
sudo: required
|
||||
cache:
|
||||
- directories:
|
||||
- '$HOME/.sonar/cache'
|
||||
- directories:
|
||||
- "$HOME/.sonar/cache"
|
||||
before_deploy:
|
||||
- './appimage/build.sh'
|
||||
- "./appimage/build.sh"
|
||||
deploy:
|
||||
provider: releases
|
||||
file_glob: true
|
||||
@ -235,6 +237,6 @@ deploy:
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
condition: '$CXX = clang++-7'
|
||||
condition: "$CXX = clang++-7"
|
||||
api_key:
|
||||
secure: YGmk5e9am7gwH1pKJVwjHPheaLrSxMIIa5iDvnto9KKaj9VDgsynzPFcwfP6my78qMszdpC7IsjpukpKFBpmifAZ7OQcpEDFp1d91kXcTEM9ILgu3j3kl/gr6nIkzqJO9VAwlYO5H3t5xlD6EZa36FGg0Nlvi2cCuNG7mEyVJy0=
|
||||
|
@ -41,11 +41,15 @@ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/lin
|
||||
# make them executable
|
||||
chmod +x linuxdeploy-x86_64.AppImage
|
||||
|
||||
# import signing key
|
||||
gpg --allow-secret-key-import secret.gpg
|
||||
|
||||
./linuxdeploy-x86_64.AppImage \
|
||||
--appdir AppDir \
|
||||
-e AppDir/usr/bin/conky \
|
||||
-i AppDir/usr/share/icons/hicolor/scalable/apps/conky-logomark-violet.svg \
|
||||
-d AppDir/usr/share/applications/conky.desktop \
|
||||
--sign \
|
||||
--output appimage
|
||||
|
||||
mv conky*.AppImage "$OLD_CWD"
|
||||
|
BIN
appimage/secret.gpg.enc
Normal file
BIN
appimage/secret.gpg.enc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user