config 596 B

1234567891011121314151617181920212223242526
  1. version: 2.2.6
  2. git_url: https://github.com/alecthomas/kingpin.git
  3. git_hash: 947dcec5ba9c011838740e680966fd7087a71d0d
  4. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  5. build: '[% c("projects/go/var/build_go_lib") %]'
  6. var:
  7. container:
  8. use_container: 1
  9. go_lib: gopkg.in/alecthomas/kingpin.v2
  10. go_lib_deps:
  11. - gotemplate
  12. - gounits
  13. build_go_lib_pre: |
  14. export CGO_ENABLED=0
  15. input_files:
  16. - project: container-image
  17. - name: go
  18. project: go
  19. - name: gotemplate
  20. project: gotemplate
  21. - name: gounits
  22. project: gounits