Are we compiling the client for Windows and OSX during CI? That's one huge deficiency we have right now is that we have completely separate OSes that we don't even try to compile on until release day. It would be nice to get notified earlier of compilation failures, at the very least.
Note that cross-OS compilation with Go is really easy, so you can still run the build for both on Linux. Obviously, that won't test that the binaries actually work, but we'll know they compile at least, which is a pretty important step. On Tue, Nov 12, 2013 at 3:19 PM, Curtis Hovey-Canonical < [email protected]> wrote: > Sorry, I premature send failure. > > We have established basic CI of juju-core. The jenkin's instance is a > charm running on canonitack: > http://162.213.34.53:8080/ > We are testing juju-core devel and stable on precise with local, > canonistack, HP Cloud, AWS and Azure. > > We are now in a position elaborate the tests or create additional > dimensions. We plan to and trusty next week. > > -- > Juju-dev mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju-dev >
-- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
