Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 450 Bytes

petCI

petCI - Simple continuous integration system on Java.

Requirements:

  • JDK17
  • Linux

Installation

  1. Clone repository to your computer

    $ git clone https://github.com/jonx8/petCI.git && cd petCI

  2. Build $ ./mvnw package or

    if you have Maven installed on your computer
    $ mvn package

  3. Created link to the petci.sh in /usr/bin [Recommended]

    $ sudo ./install.sh