dapple icon indicating copy to clipboard operation
dapple copied to clipboard

CI formula for dapple-organized projects

Open nmushegian opened this issue 10 years ago • 2 comments

I've run dapple init in my repo. What is the fastest way to get to a github-integrated CI solution based on dapple test?

nmushegian avatar Mar 03 '16 23:03 nmushegian

short: travis ci + regex filter which fails if a fail string is found in stdout long (3 Weeks) dapphub + oracle

mhhf avatar Mar 04 '16 15:03 mhhf

Related: makerdao/maker-otc#10, with travis based solutions makerdao/maker-otc#29 and makerdao/maker-otc#31 (using dapple docker image).

All these PRs do is get a dapple install and run dapple test, so the solution isn't specific to maker-otc and could be used generally for dapple projects. I favour using a docker image of dapple as it is much faster to pull in, compared to npm installing. Building that image could be done automatically in a travis task on this repo.

Could have a dapple init ci which puts a basic .travis.yml into the repo. Then all the user has to do is create a travis-ci.org account and flip the switch on their github repo.

rainbreak avatar Apr 17 '16 11:04 rainbreak