aboutsummaryrefslogtreecommitdiffstats
path: root/.travis-create-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove the -n tar flag from osx dist creationRichard Levitte2016-03-081-2/+2
| | | | | | | With the unified build scheme, tar MUST recurse, or the tarball will be empty. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Fix configurations such as 'dist' and tar buildingRichard Levitte2016-03-081-3/+2
| | | | | | | | | | | | | For config targets such as 'dist', which doesn't have a BASE template, we still need to have a default build scheme. Additionally, the unified Makefile template's target 'tar' wasn't quite as flexible as the unixmake one. Finally, .travis-create-release.sh can be somewhat simplified now that it builds with the unified build scheme. Reviewed-by: Matt Caswell <matt@openssl.org>
* Configure first in travis create releaseRichard Levitte2016-01-261-3/+5
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Move Makefiles to Makefile.inRich Salz2016-01-121-2/+2
| | | | | | | | | | Create Makefile's from Makefile.in Rename Makefile.org to Makefile.in Rename Makefiles to Makefile.in Address review feedback from Viktor and Richard Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Adapt the OS X build to use the OS X tarRichard Levitte2015-12-081-0/+10
As part of this, move release creation to a script to be called from .travis.yml. That makes it much easier to test outside of travis. Reviewed-by: Rich Salz <rsalz@openssl.org>