Skip to content

Commit

Permalink
Update matrix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
shrijitsingh99 committed Mar 25, 2020
1 parent 2fd357b commit dbc2997
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .ci/azure-pipelines/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,26 @@ jobs:
timeoutInMinutes: 0
strategy:
matrix:
# ubuntu16 Clang:
# 16.04 Clang:
# containerResource: env1604
# CC: clang
# CXX: clang++
# CMakeArgs: '-DPCL_WARNINGS_ARE_ERRORS=ON'
#
# ubuntu19 Clang:
# 19.10 Clang:
# containerResource: env1910
# CC: clang
# CXX: clang++
# CMakeArgs: ''

ubuntu16 GCC:
16.04 GCC:
containerResource: env1604
CC: gcc
CXX: g++
CMakeArgs: '-DPCL_WARNINGS_ARE_ERRORS=ON'

ubuntu19 GCC:
19.10 GCC:
containerResource: env1910
CC: gcc
CXX: g++
CMakeArgs: ''

container: $[ variables['containerResource'] ]
variables:
BUILD_DIR: '$(Agent.BuildDirectory)/build'
Expand Down

0 comments on commit dbc2997

Please sign in to comment.