config 469 B

1234567891011121314151617
  1. # vim: filetype=yaml sw=2
  2. version: '[% c("abbrev") %]'
  3. git_url: https://github.com/ninja-build/ninja.git
  4. git_hash: b25c08bda4949192c69cea4cee057887341a2ffc #v1.9.0
  5. filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
  6. var:
  7. container:
  8. use_container: 1
  9. input_files:
  10. - project: container-image
  11. - name: '[% c("var/compiler") %]'
  12. project: '[% c("var/compiler") %]'
  13. enable: '[% c("var/linux") %]'
  14. - name: python
  15. project: python