Skip to content

Augugrumi/GhioCA-Paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhioCA-Paper

GhioCA report for the homonym android app.

Build status

Branch Build Status
Master Build Status
Dev Build Status

Release section

You can download the already compiled PDF in the release section, where we will release the last versions we think are stable enough.

Cloning the repository

This repository uses submodules. In order to clone it correctly, you need to run:

git clone [email protected]:Augugrumi/GhioCA-Paper.git --recursive

How to build the paper

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 protected] # Insert your gmail address
export PASSWORD=hunter2 # Insert your password here
make slow # It will take long time, about 5-10 minutes