mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-04 21:18:33 +00:00
Fix key import command.
This commit is contained in:
parent
e13bd4a1fd
commit
9d5bc64c23
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user