https://github.com/gofirst-robotics/lateralroot
A fork of the taproot repository letting us customize the library to our own needs
https://github.com/gofirst-robotics/lateralroot
Last synced: 4 months ago
JSON representation
A fork of the taproot repository letting us customize the library to our own needs
- Host: GitHub
- URL: https://github.com/gofirst-robotics/lateralroot
- Owner: GOFIRST-Robotics
- License: gpl-3.0
- Created: 2024-12-22T15:46:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T04:01:15.000Z (over 1 year ago)
- Last Synced: 2024-12-25T05:18:02.930Z (over 1 year ago)
- Language: C++
- Size: 2.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .gitlab/README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Support: supported-devices/rm-dev-board-a.xml
Awesome Lists containing this project
README
# MCB CI Docker image
## Build and publish instructions
With Makefile:
```
make build
make publish
```
Manually (make sure to change version):
```
docker build -t aruw/mcb-2020-gitlab-ci:2020-02-17.1 .
docker push aruw/mcb-2020-gitlab-ci:2020-02-17.1
```