An open API service indexing awesome lists of open source software.

https://github.com/frc5024/shipment

Containerised testing environments
https://github.com/frc5024/shipment

Last synced: 3 months ago
JSON representation

Containerised testing environments

Awesome Lists containing this project

README

        

# Shipment
Containerised testing environments (Offseason Project)

| Name | Desc | Use | OS | DockerHub Url | Activation Command |
| ---- | ---- | --- | -- | ------------- | ------------------ |
| Assembler | Assembles C++ code | CI | Ubuntu 16.04 | N/A | `/bin/sh -c "git clone https://github.com/user/repo.git ./ && ./gradlew assemble; ./gradlew assemble` |