Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add initial appveyor.yml config #169

Closed
wants to merge 1 commit into from
Closed

Conversation

chcg
Copy link

@chcg chcg commented Oct 11, 2016

for cmake builds with:

  • PlatformToolset: v140_xp
  • PlatformToolset: v120_xp
  • PlatformToolset: mingw-w64

, see e.g. https://ci.appveyor.com/project/chcg/zlib/build/1.2.8.20

  - PlatformToolset: v140_xp
  - PlatformToolset: v120_xp
  - PlatformToolset: mingw-w64
jeking3 added a commit to jeking3/zlib that referenced this pull request Nov 24, 2017
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
jeking3 added a commit to jeking3/zlib that referenced this pull request Nov 24, 2017
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
@nmoinvaz
Copy link
Contributor

@madler I think we can close this one.

@madler
Copy link
Owner

madler commented Oct 12, 2022

Address with github actions.

@madler madler closed this Oct 12, 2022
@chcg chcg deleted the appveyor_config branch October 12, 2022 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants