Updated HACKING.rst to not skip tests.
This commit is contained in:
parent
fa20dfc8cd
commit
2b4f2a009d
1 changed files with 2 additions and 2 deletions
|
|
@ -78,10 +78,10 @@ Debian/Ubuntu
|
|||
|
||||
$ git clone git://github.com/LibrePlan/libreplan.git
|
||||
|
||||
* Compile project while skipping tests (since they currently do not work at least on Ubuntu 18.04, 20.04 and newer)::
|
||||
* Compile project::
|
||||
|
||||
$ cd libreplan/
|
||||
$ mvn -DskipTests clean install
|
||||
$ mvn clean install
|
||||
|
||||
* Launch application::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue