config 992 B

123456789101112131415161718192021222324252627282930
  1. # vim: filetype=yaml sw=2
  2. version: 1.0.2r
  3. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  4. var:
  5. container:
  6. use_container: 1
  7. targets:
  8. linux-x86_64:
  9. var:
  10. configure_opts: -shared enable-ec_nistp_64_gcc_128 linux-generic64
  11. linux-i686:
  12. var:
  13. configure_opts: -shared linux-generic32
  14. windows:
  15. var:
  16. flag_mwindows: ''
  17. configure_opts: '-shared --cross-compile-prefix=[% c("arch") %]-w64-mingw32- mingw[% IF c("var/windows-x86_64") %]64[% END %] "[% c("var/CFLAGS") %] [% c("var/LDFLAGS") %]"'
  18. osx-x86_64:
  19. var:
  20. configure_opts: --cross-compile-prefix=x86_64-apple-darwin11- darwin64-x86_64-cc enable-ec_nistp_64_gcc_128
  21. input_files:
  22. - project: container-image
  23. - name: '[% c("var/compiler") %]'
  24. project: '[% c("var/compiler") %]'
  25. - URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
  26. sha256sum: ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6