config 713 B

123456789101112131415161718192021222324252627
  1. # vim: filetype=yaml sw=2
  2. filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
  3. git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64
  4. git_hash: 660e09f3cb20f181b6d6435cb623d65a3922a063
  5. version: '[% c("abbrev") %]'
  6. var:
  7. container:
  8. use_container: 1
  9. setup: |
  10. mkdir -p /var/tmp/dist
  11. tar -C /var/tmp/dist -xf $rootdir/[% c("compiler_tarfile") %]
  12. export PATH="/var/tmp/dist/mingw-w64-clang/bin:$PATH"
  13. input_files:
  14. - project: container-image
  15. - project: clang
  16. name: clang
  17. - project: cmake
  18. name: cmake
  19. - project: clang-source
  20. name: clang-source
  21. - project: llvm-mingw
  22. name: llvm-mingw
  23. - filename: mingw-winrt.patch
  24. - filename: mingw-dwrite_3.patch