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

fix wrong GOBIN, support custom run method #171

Merged
merged 1 commit into from
Mar 27, 2018

Conversation

thnt
Copy link
Contributor

@thnt thnt commented Mar 22, 2018

  • Fix wrong GOBIN when GOPATH includes multi directories.
  • Support custom run method: Allow to config path to binary to run when using custom build method or pass custom output arg to build command, ex:
    commands:
       build:
          status: true
          args:
          - -o /path/to/output/out
       run:
          status: true
          method: /path/to/output/out

- support custom run method to config path to binary to run
@asoseil asoseil merged commit 8481c02 into oxequa:master Mar 27, 2018
@thnt thnt deleted the fix_GOBIN_support_custom_run_method branch March 27, 2018 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants