petCI - Simple continuous integration system on Java.
- JDK17
- Linux
-
Clone repository to your computer
$ git clone https://github.com/jonx8/petCI.git && cd petCI
-
Build
$ ./mvnw package
orif you have Maven installed on your computer
$ mvn package
-
Created link to the petci.sh in /usr/bin [Recommended]
$ sudo ./install.sh