Skip to content

Commit

Permalink
use ninja also for test
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 31, 2022
1 parent 03962c0 commit 8c7ad74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ outputs:
test:
requires:
- cmake
- ninja # [win]
- pkg-config
commands:
# shared libraries
Expand Down Expand Up @@ -69,7 +70,7 @@ outputs:
- 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 --help # [win]
- cmake --find-package -DNAME=zstd -DLANGUAGE=C -DMODE=EXIST -DCOMPILER_ID=MSVC # [win]
- cmake --find-package -DNAME=zstd -DLANGUAGE=C -DMODE=EXIST -DCOMPILER_ID=MSVC -GNinja # [win]

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

0 comments on commit 8c7ad74

Please sign in to comment.