UTPassMirror/clickable.json

18 lines
469 B
JSON
Raw Normal View History

2019-03-13 18:38:12 +00:00
{
"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\""
2019-03-13 18:38:12 +00:00
},
"dependencies_build": [
"texinfo",
2019-03-18 07:10:58 +00:00
"gpgsm",
"bison"
2019-03-16 15:18:05 +00:00
],
2019-03-18 07:10:58 +00:00
"dependencies_target": []
2019-03-13 18:38:12 +00:00
}