UTPassMirror/clickable.json

18 lines
469 B
JSON

{
"template": "cmake",
"kill": "UTPass",
"scripts": {
"clean": "third/clean.sh && rm -rf build",
"style": "astyle --options=.astylerc \"plugins/*.cpp,*.h\" && qmlfmt -w qml",
"test": "clickable run \"cd build && make test\"",
"test_gpg": "clickable run \"cd build && ./TestGpg\"",
"test_pass": "clickable run \"cd build && ./TestPass\""
},
"dependencies_build": [
"texinfo",
"gpgsm",
"bison"
],
"dependencies_target": []
}