Add continuous integration support for GitHub#317
Closed
jeking3 wants to merge 1 commit intomadler:masterfrom
Closed
Add continuous integration support for GitHub#317jeking3 wants to merge 1 commit intomadler:masterfrom
jeking3 wants to merge 1 commit intomadler:masterfrom
Conversation
pull requests through Travis CI and Appveyor using cmake to generate and build the project. The following targets are built: Travis: - gcc (Debug, RelWithDebInfo, and Release) - valgrind (Debug) - ubsan (Debug) Appveyor: - Visual Studio 2010 (Release) - Visual Studio 2015 (Debug, RelWithDebInfo, and Release) - Cygwin (Release) - Cygwin64 (Release) - MinGW (Release) - MinGW-w64 (Release) - MSYS2 (Release) This closes madler#169 This fixes madler#238
|
@madler This one could then likely be also closed in favour of the CI solution via GH actions on the develop branch |
Owner
|
Addressed instead with github actions. |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add continuous integration support for GitHub
pull requests through Travis CI and Appveyor
using cmake to generate and build the project.
The following targets are built:
Travis:
Appveyor:
This closes #169
This fixes #238
Build Results
From my fork:
Appveyor: https://ci.appveyor.com/project/jeking3/zlib/build/0.0.54-master
Travis: https://travis-ci.org/jeking3/zlib/builds/306802628