https://github.com/ktakashi/sagittarius-ci
https://github.com/ktakashi/sagittarius-ci
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ktakashi/sagittarius-ci
- Owner: ktakashi
- Created: 2016-08-20T17:23:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T17:24:17.000Z (over 8 years ago)
- Last Synced: 2024-10-06T01:21:43.971Z (7 months ago)
- Language: Scheme
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CI for Sagittarius Scheme
=========================This is a CI script for Sagittarius Scheme. This CI is meant to be
executed on local machine for now.Requirements
------------The CI is using Vagrant, Virtual Box as its provider. Also the image
files won't be added automatically so before running process, those
files need to be added to the box.TODO
----- Don't depend on Vagrant (using `libvirt` and Qemu reduces one dependency).
- Adding more platforms (currently only FreeBSD 12.0 is supported)
- Run this somewhere not local machine.