mirror of
https://github.com/QRouland/UTPass.git
synced 2025-02-10 22:47:15 +00:00
40 lines
722 B
YAML
40 lines
722 B
YAML
clickable_minimum_required: 8
|
|
builder: cmake
|
|
kill: UTPass
|
|
|
|
scripts:
|
|
style: >-
|
|
echo 'Running Astyle :' && astyle --options=.astylerc --recursive '*.cpp,*.h' --exclude=build && echo 'Running QmlFormat' && find . -name "*.qml" -exec qmlformat -i {} \; && echo 'Success'
|
|
|
|
skip_review: true
|
|
|
|
|
|
dependencies_target:
|
|
- libgpgmepp-dev
|
|
- libgpgme-dev
|
|
- libgit2-dev
|
|
- libquazip5-dev
|
|
- gpg-agent
|
|
- gpgconf
|
|
- gpg
|
|
- fakechroot:all
|
|
|
|
install_lib:
|
|
- "libgpg-error.so.0.28.0"
|
|
- "libassuan.so*"
|
|
- "libgpgme.so*"
|
|
- "libgpgmepp.so*"
|
|
- "libqgpgme.so*"
|
|
- "libgit2.so*"
|
|
- "libquazip5.so*"
|
|
- "libmbedtls.so*"
|
|
- "libmbedx509.so*"
|
|
- "libmbedcrypto.so*"
|
|
- "libhttp_parser.so*"
|
|
- "libssh2.so*"
|
|
|
|
install_bin:
|
|
- "fakechroot"
|
|
- "gpg-agent"
|
|
- "gpg"
|