Skip to content

Commit 80e01c1

Browse files
committed
[CI] skip testing of Conan dependencies
1 parent e5d9543 commit 80e01c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/ci/profiles/macos.profile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include(default)
44
os.version=11.0
55

66
[conf]
7+
tools.build:skip_test=True
78
tools.cmake.cmaketoolchain:generator=Ninja Multi-Config
89
tools.build:compiler_executables*={"fortran": "FC-NOTFOUND" }
910

scripts/ci/profiles/windows-amd64.profile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include(default)
22

33
[conf]
4+
tools.build:skip_test=True
45
tools.build:cxxflags+=["/arch:AVX2"]
56
tools.build:cflags+=["/arch:AVX2"]
67
tools.cmake.cmaketoolchain:generator=Ninja Multi-Config

0 commit comments

Comments
 (0)