Skip to content

Build & Tests

Quentin Rouland edited this page Feb 4, 2025 · 7 revisions

Building

To build use clickable :

  • Install clickable.
  • Clone this repo with it submodules : $ git clone --recurse-submodules [email protected]:QRouland/UTPass.git or $ git clone --recurse-submodules https://github.com/qrouland/UTPass
  • Move to app directory: $ cd UTPass
  • Build libs : $ clickable build --libs
  • Build : $ clickable build

For more options/details see the clickable documentation

Custom clickable command

  • $ clickable script style : reformat the code (Required astyle & qmlformat to be installed)

Test

TODO

Clone this wiki locally