You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, gox is used to build hydra for all platforms (linux, windows, osx, ...) and publish the binaries in github releases.
This process is kicked of on every push, greatly increasing run times for travis. Instead, this process should only be executed, if the commit is a new tag and if the build matrix is Go 1.7. The configuration of this can be found here.
The text was updated successfully, but these errors were encountered:
aeneasr
changed the title
travis: execute gox build only when a new commit is a tag
travis: execute gox build only when new commit is a new tag
Oct 6, 2016
* oauth2: scopes should be separated by %20 and not +, to ensure javascript compatibility - closes#277
* oauth2/introspect: make endpoint rfc7662 compatible - closes#289
* warden: make it clear that ladon.Request.Subject is not required or break bc and remove it - closes#270
* travis: execute gox build only when new commit is a new tag - closes#285
* docs: improve introduction (#267)
* core: (health) monitoring endpoint - closes#216
* oauth2/introspect: make endpoint rfc7662 compatible - closes#289
* connections: remove connections API - closes#265
* oauth2: token revocation endpoint - closes#233
* vendor: update to fosite 0.5.0
* core: add sql support #292
* connections: remove connections API - closes#265
* all: coverage report is missing covered lines of nested packages - closes#296
* cmd: prettify the `hydra token user` output - closes#281
* travis: make it possible for travis-ci to build forked repos - closes#295
Currently, gox is used to build hydra for all platforms (linux, windows, osx, ...) and publish the binaries in github releases.
This process is kicked of on every push, greatly increasing run times for travis. Instead, this process should only be executed, if the commit is a new tag and if the build matrix is Go 1.7. The configuration of this can be found here.
The text was updated successfully, but these errors were encountered: