File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments