https://github.com/cgewecke/meta-ci
Experiment: multi-repo CI using meta
https://github.com/cgewecke/meta-ci
Last synced: 2 months ago
JSON representation
Experiment: multi-repo CI using meta
- Host: GitHub
- URL: https://github.com/cgewecke/meta-ci
- Owner: cgewecke
- License: mit
- Created: 2018-03-09T20:03:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T21:19:01.000Z (over 7 years ago)
- Last Synced: 2025-02-09T02:28:38.445Z (4 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wild-truffle
`wild-truffle` lets you run unpublished Truffle changes against a selection of existing commercial Truffle projects:
+ [zeppelin-solidity](https://github.com/OpenZeppelin/zeppelin-solidity/tree/7586e383c2e9d62b2f1d414e850ab365afef6d89) (at commit 7586e38, early March 2018)
+ [aragonOS] (at commit )
+ [colonyNetwork] (at commit)Goal is to extend Truffle's scenario testing regime to include an ~800 unit battery that reflects real usage of the toolset. Its structure is very similar to the root `truffle` repository.
# Install
```
npm install
```# Use
Test an experimental Truffle branch (this can span across modules) against the projects listed above on Travis CI and see what breaks :)
```shell
git checkout -b # checkout a throw-away branch.
npm run ci # Run the truffle branch in CI (defaults to `develop`).
```