Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vietj/ceylon-daily
Daily Ceylon full build
https://github.com/vietj/ceylon-daily
Last synced: 20 days ago
JSON representation
Daily Ceylon full build
- Host: GitHub
- URL: https://github.com/vietj/ceylon-daily
- Owner: vietj
- Created: 2015-07-20T09:20:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T16:47:01.000Z (about 9 years ago)
- Last Synced: 2024-11-08T20:49:53.776Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceylon daily build
Builds every day:
- Ceylon distrib
- Ceylon SDK
- Ceylon IDE plugin## Build status
[![Build Status](https://vietj.ci.cloudbees.com/buildStatus/icon?job=ceylon-daily)](https://vietj.ci.cloudbees.com/job/ceylon-daily/)
## Usage
### Ceylon dist
That's the base Ceylon distrib
Unpack https://vietj.ci.cloudbees.com/job/ceylon-daily/lastSuccessfulBuild/artifact/build/ceylon-dist.tgz somewhere and add the unpacked
bin directory to your path### Ceylon repository
Normally these are downloaded from a repository, however there is no repository for the master, so you need
to unpack the repo in your `~/.ceylon/repo` directory.Unpack https://vietj.ci.cloudbees.com/job/ceylon-daily/lastSuccessfulBuild/artifact/build/repo.tgz in `~/.ceylon/repo` directly
### Ceylon Eclipse IDE plugin
Unpack https://vietj.ci.cloudbees.com/job/ceylon-daily/lastSuccessfulBuild/artifact/build/eclipse-site.tgz somewhere and use this directory
as Eclipse update source, it provides the Ceylon plugin.## Building yourself
Prerequisites
- `Ant`, `Maven` available in your path
- a Java 7 distribution```
> sh build.sh
```