Skip to content

add initial appveyor.yml config #169

Closed
chcg wants to merge 1 commit intomadler:developfrom
chcg:appveyor_config
Closed

add initial appveyor.yml config #169
chcg wants to merge 1 commit intomadler:developfrom
chcg:appveyor_config

Conversation

@chcg
Copy link
Copy Markdown

@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
Copy Markdown
Contributor

@madler I think we can close this one.

@madler
Copy link
Copy Markdown
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