GhioCA report for the homonym android app.
Branch | Build Status |
---|---|
Master | |
Dev |
You can download the already compiled PDF in the release section, where we will release the last versions we think are stable enough.
This repository uses submodules. In order to clone it correctly, you need to run:
git clone git@github.com:Augugrumi/GhioCA-Paper.git --recursive
To build the paper, you need to have a LaTeX environment and Make installed, and then type in a terminal:
make
If you need to generate custom graphs (about tests result), you have to follow these steps:
export EMAIL=example@gmail.com # Insert your gmail address
export PASSWORD=hunter2 # Insert your password here
make slow # It will take long time, about 5-10 minutes