mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-09 23:48:48 +00:00
Fix key import command.
This commit is contained in:
parent
e13bd4a1fd
commit
9d5bc64c23
@ -229,7 +229,7 @@ cache:
|
|||||||
- directories:
|
- directories:
|
||||||
- "$HOME/.sonar/cache"
|
- "$HOME/.sonar/cache"
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- "gpg --allow-secret-key-import appimage/secret.gpg"
|
- "gpg --import appimage/secret.gpg"
|
||||||
- "./appimage/build.sh"
|
- "./appimage/build.sh"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -30,7 +30,7 @@ pushd "$BUILD_DIR"
|
|||||||
|
|
||||||
# configure build files with cmake
|
# configure build files with cmake
|
||||||
# we need to explicitly set the install prefix, as CMake's default is /usr/local for some reason...
|
# 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
|
# build project and install files into AppDir
|
||||||
make -j4
|
make -j4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user