Skip to content

Commit

Permalink
Disable Clang jobs
Browse files Browse the repository at this point in the history
To prevent overloading the CI, temporarily disable until better solution is available
  • Loading branch information
shrijitsingh99 committed Mar 25, 2020
1 parent 060992f commit 7a9a154
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .ci/azure-pipelines/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
timeoutInMinutes: 0
strategy:
matrix:
16.04 Clang:
containerResource: env1604
CC: clang
CXX: clang++
CMakeArgs: '-DPCL_WARNINGS_ARE_ERRORS=ON'
19.10 Clang:
containerResource: env1910
CC: clang
CXX: clang++
CMakeArgs: ''
# 16.04 Clang:
# containerResource: env1604
# CC: clang
# CXX: clang++
# CMakeArgs: '-DPCL_WARNINGS_ARE_ERRORS=ON'
# 19.10 Clang:
# containerResource: env1910
# CC: clang
# CXX: clang++
# CMakeArgs: ''
16.04 GCC:
containerResource: env1604
CC: gcc
Expand Down

0 comments on commit 7a9a154

Please sign in to comment.