Skip to content

Commit 749e6ac

Browse files
Disabled examples execution from CI.
1 parent e1ab9ee commit 749e6ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ci/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ jobs:
135135
env:
136136
CONAN_USER_HOME: $(Build.SourcesDirectory)
137137
138-
- script: |
139-
$(ACTIVATE_VIRTUAL_ENV)
140-
$(SETUP_BUILD_ENV)
141-
python3 scripts/cmake.py ${{BUILD_TYPE}} $(COMPILER) $(COMPILER_VERSION) --warnings --examples
142-
python3 scripts/tools/run_examples.py install/examples
143-
displayName: 'Examples'
144-
timeoutInMinutes: 5
145-
env:
146-
CONAN_USER_HOME: $(Build.SourcesDirectory)
138+
# - script: |
139+
# $(ACTIVATE_VIRTUAL_ENV)
140+
# $(SETUP_BUILD_ENV)
141+
# python3 scripts/cmake.py ${{BUILD_TYPE}} $(COMPILER) $(COMPILER_VERSION) --warnings --examples
142+
# python3 scripts/tools/run_examples.py install/examples
143+
# displayName: 'Examples'
144+
# timeoutInMinutes: 5
145+
# env:
146+
# CONAN_USER_HOME: $(Build.SourcesDirectory)
147147

148148
- script: |
149149
$(ACTIVATE_VIRTUAL_ENV)

0 commit comments

Comments
 (0)