Skip to content

Latest commit

 

History

History

CI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

All information you need to add System Tests in your CI.

How to integrate in a CI?

You'll need a CI that with docker and python 3.12 installed, among with very common UNIX tools.

  1. Clone this repo
  2. Copy paste your components' build inside ./binaries (See documentation)
  3. ./build.sh with relevant library (see documentation). Exemple: ./build.sh java
  4. ./run.sh

You will find different template or example: