1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00

Fix key import command.

This commit is contained in:
Brenden Matthews 2019-02-22 20:55:45 -05:00
parent e13bd4a1fd
commit 9d5bc64c23
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ cache:
- directories:
- "$HOME/.sonar/cache"
before_deploy:
- "gpg --allow-secret-key-import appimage/secret.gpg"
- "gpg --import appimage/secret.gpg"
- "./appimage/build.sh"
deploy:

View File

@ -30,7 +30,7 @@ pushd "$BUILD_DIR"
# configure build files with cmake
# we need to explicitly set the install prefix, as CMake's default is /usr/local for some reason...
cmake -DCMAKE_INSTALL_PREFIX=/usr "$REPO_ROOT"
cmake -DRELEASE=ON -DCMAKE_INSTALL_PREFIX=/usr "$REPO_ROOT"
# build project and install files into AppDir
make -j4