UTPassMirror/clickable.json

17 lines
551 B
JSON
Raw Normal View History

2019-03-13 18:38:12 +00:00
{
"template": "cmake",
"kill": "UTPass",
"scripts": {
"third_build": "clickable run 'cd third && ./clean.sh && mkdir build && cd build && cmake .. && make'",
"third_build_d": "clickable run 'cd third && ./clean.sh && mkdir build && cd build && cmake .. && make' --arch amd64 ",
2019-03-23 19:53:02 +00:00
"third_clean": "cd third && rm -rf local && ./clean.sh",
"style": "astyle --options=.astylerc 'plugins/*.cpp,*.h' && qmlfmt -w tests && qmlfmt -w qml"
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
}