summaryrefslogtreecommitdiff
path: root/infrastructure/cmake/getversion.pl
Commit message (Collapse)AuthorAge
* Build Win32/64 binary packages automaticallyChris Wilson2017-09-16
| | | | | | | | | | | Every AppVeyor build on the specified branches that passes will be packaged into a ZIP file and installer using CPack and uploaded to GitHub Releases. Generate version number entirely in AppVeyor config, and build it into the binary, and use it in the names of the created binary packages, and compile it into the binaries. (cherry picked from commit c5d8173bf03ab9fa93d3b3ffd871b378b0819567)
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
Add platform detection that's compatible with the old buildsystem and its m4 autoconfigury. Make Travis build and test using CMake as a separate target. Remove unused function BoxGetTemporaryDirectoryName() to fixes compile using CMake on Unix.