1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Update to configuration to clickable 7

This commit is contained in:
2023-06-17 21:53:54 -04:00
parent a9b979b011
commit cec4e7dabc
6 changed files with 101 additions and 110 deletions

23
clickable.yaml Normal file
View File

@@ -0,0 +1,23 @@
clickable_minimum_required: 7
builder: cmake
kill: UTPass
scripts:
style: >-
echo 'Astyle :' && astyle --options=.astylerc main.cpp && astyle
--options=.astylerc --recursive 'plugins/*.cpp,*.h' && echo 'QmlFmt :' &&
qmlfmt -l tests && qmlfmt -w tests && qmlfmt -l qml && qmlfmt -w qml
libraries:
gpg:
builder: cmake
make_jobs: 4
dependencies_host:
- texinfo
- gpgsm
- bison
quazip:
builder: cmake
make_jobs: 4
libgit2:
builder: cmake
make_jobs: 4
build_args: '-DBUILD_SHARED_LIBS=OFF'