DonnchaC / oniongateway

End-to-End encrypted Tor2Web gateway
MIT License
37 stars 9 forks source link

add appveyor.yml #7

Closed starius closed 8 years ago

starius commented 8 years ago

Based on https://github.com/oschwald/maxminddb-golang/blob/f4aa55714a3f843869ca9a38625e177a627c1ce6/appveyor.yml

I enabled the repo in AppVeyor and added COVERALLS_TOKEN to AppVeyor's variables.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 13.483% when pulling d7f36f953767be98953b8cef539433a6c4d79502 on starius:appveyor into 742c3891c66144755c3128c92e148ee094838e6e on DonnchaC:master.

starius commented 8 years ago

Ops, I added my fork.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 13.483% when pulling 68694456b62a37752e0a9f4591f26e1b3f3efd89 on starius:appveyor into 742c3891c66144755c3128c92e148ee094838e6e on DonnchaC:master.

starius commented 8 years ago

@DonnchaC AppVeyor adds my fork when I try to add your repo. Can you add it in AppVeyor, please?

starius commented 8 years ago

I switched off coveralls comments in pull requests in https://coveralls.io/github/DonnchaC/oniongateway/settings

DonnchaC commented 8 years ago

I've now added AppVeyor to this repo. Does it work for you now?

starius commented 8 years ago

It fails in goveralls

starius commented 8 years ago

@DonnchaC Have you set COVERALLS_TOKEN in https://ci.appveyor.com/project/DonnchaC/oniongateway/settings/environment ?

DonnchaC commented 8 years ago

Oh I missed that! Looks like the build on AppVeyor is passing now. Thanks!