Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ci and cd (github release) #3

Merged
merged 24 commits into from
Aug 18, 2018
Merged

Add ci and cd (github release) #3

merged 24 commits into from
Aug 18, 2018

Commits on Aug 12, 2018

  1. Add Circle-CI config

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    7eda7fc View commit details
    Browse the repository at this point in the history
  2. Update config.yml to be Circle CI 2.0 compatible

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    5f6abfe View commit details
    Browse the repository at this point in the history
  3. Add support for store_test_results

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    3db7bb7 View commit details
    Browse the repository at this point in the history
  4. Bugfix

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    c6a62cf View commit details
    Browse the repository at this point in the history
  5. Change test output format to junit, so circle ci can automatically re…

    …cognize it
    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    cbc6ee8 View commit details
    Browse the repository at this point in the history
  6. Fix Spelling mistake

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    0e87718 View commit details
    Browse the repository at this point in the history
  7. Remove trap from run go test

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    7a2de20 View commit details
    Browse the repository at this point in the history
  8. Bugfix 2

    Simon Bein committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    ee3f73d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Add ability to list deepwork version

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    0785750 View commit details
    Browse the repository at this point in the history
  2. Add ability to persist go binary for release step

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    503fc1b View commit details
    Browse the repository at this point in the history
  3. Bugfix

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    16ea6ba View commit details
    Browse the repository at this point in the history
  4. Add deepwork to satisfy go build

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    59f4458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8de86da View commit details
    Browse the repository at this point in the history
  6. Fix path

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    e491b65 View commit details
    Browse the repository at this point in the history
  7. Add github release step

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    5f275b0 View commit details
    Browse the repository at this point in the history
  8. Make github-release mac os specific

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    d88758a View commit details
    Browse the repository at this point in the history
  9. hard code version temporarily as linux agent will not be able to run …

    …deepwork version for a mac binary
    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    a58be5a View commit details
    Browse the repository at this point in the history
  10. Fix permissions on go binary

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    34c496d View commit details
    Browse the repository at this point in the history
  11. Debug

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    ebaa044 View commit details
    Browse the repository at this point in the history
  12. Add a linux version

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    20d28d9 View commit details
    Browse the repository at this point in the history
  13. Fix git tag

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    d6c976e View commit details
    Browse the repository at this point in the history
  14. Add info about installation in Readme

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    f2eeae5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e39eb09 View commit details
    Browse the repository at this point in the history
  16. Only run publish-github-release on master branch

    Simon Bein committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    853c270 View commit details
    Browse the repository at this point in the history