https://github.com/frc5024/shipment
Containerised testing environments
https://github.com/frc5024/shipment
Last synced: 3 months ago
JSON representation
Containerised testing environments
- Host: GitHub
- URL: https://github.com/frc5024/shipment
- Owner: frc5024
- License: mit
- Created: 2018-10-09T18:17:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T11:27:03.000Z (over 6 years ago)
- Last Synced: 2024-12-31T19:18:10.358Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` |