config 740 B

123456789101112131415161718192021222324252627282930313233
  1. # vim: filetype=yaml sw=2
  2. version: '[% c("abbrev") %]'
  3. git_url: https://github.com/kpdyer/fteproxy.git
  4. # tag 0.2.19
  5. git_hash: 597f8378f6f4f3de570b8e1064c2e4cb8d67fbd0
  6. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  7. var:
  8. container:
  9. use_container: 1
  10. targets:
  11. linux:
  12. var:
  13. arch_deps:
  14. - python-setuptools
  15. - python-dev
  16. windows-i686:
  17. var:
  18. compiler: winpython
  19. arch_deps:
  20. - wine
  21. input_files:
  22. - project: container-image
  23. - project: libfte
  24. name: libfte
  25. - name: '[% c("var/compiler") %]'
  26. project: '[% c("var/compiler") %]'
  27. enable: '[% c("var/windows") %]'
  28. - filename: fteproxy.wrapper
  29. enable: '[% c("var/linux") %]'