Skip to content

Commit

Permalink
disable cmake test on windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 1, 2022
1 parent f155b34 commit 9802462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ outputs:
# cmake
- cmake --find-package -DNAME=zstd -DLANGUAGE=C -DMODE=EXIST -DCOMPILER_ID=GNU # [linux]
- cmake --find-package -DNAME=zstd -DLANGUAGE=C -DMODE=EXIST -DCOMPILER_ID=Clang # [osx]
- cmake --find-package -DNAME=zstd -DLANGUAGE=C -DMODE=EXIST -DCOMPILER_ID=MSVC # [win]
# disabled because compiler detection fails, see
# https://discourse.cmake.org/t/questions-about-find-package-cli-msvc/6194
# - cmake --find-package -DNAME=zstd -DLANGUAGE=C -DMODE=EXIST -DCOMPILER_ID=MSVC # [win]

- name: zstd-static
script: install.sh # [unix]
Expand Down

0 comments on commit 9802462

Please sign in to comment.