File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ stages:
74
74
vmImage : ' $(VMIMAGE)'
75
75
strategy :
76
76
matrix :
77
- Ventura 13 :
78
- VMIMAGE : ' macOS-13'
79
- OSX_VERSION : ' 13'
80
77
Sonoma 14 :
81
78
VMIMAGE : ' macOS-14'
82
79
OSX_VERSION : ' 14'
80
+ Sequoia 15 :
81
+ VMIMAGE : ' macOS-15'
82
+ OSX_VERSION : ' 15'
83
83
timeoutInMinutes : 0
84
84
variables :
85
85
BUILD_DIR : ' $(Agent.WorkFolder)/build'
Original file line number Diff line number Diff line change 3
3
# find the commit hash on a quick non-forced update too
4
4
fetchDepth : 10
5
5
- script : |
6
- brew install cmake pkg-config boost eigen flann nanoflann glew libusb qhull vtk glew freeglut qt5 libpcap libomp suite-sparse zlib google-benchmark cjson
6
+ brew install cmake
7
+ brew install pkg-config boost eigen flann nanoflann glew libusb qhull vtk glew freeglut qt5 libpcap libomp suite-sparse zlib google-benchmark cjson
7
8
brew install brewsci/science/openni
8
9
git clone https://github.com/abseil/googletest.git $GOOGLE_TEST_DIR # the official endpoint changed to abseil/googletest
9
10
cd $GOOGLE_TEST_DIR && git checkout release-1.8.1
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ Continuous integration
26
26
[ ci-ubuntu-24.04 ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/9?branchName=master&stageName=Build%20GCC&jobName=Ubuntu&configuration=Ubuntu%2024.04%20GCC&label=Ubuntu%2024.04%20GCC
27
27
[ ci-windows-x86 ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/9?branchName=master&stageName=Build%20MSVC&jobName=Windows%20Build&configuration=Windows%20Build%20x86&label=Windows%20VS2019%20x86
28
28
[ ci-windows-x64 ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/9?branchName=master&stageName=Build%20MSVC&jobName=Windows%20Build&configuration=Windows%20Build%20x64&label=Windows%20VS2022%20x64
29
- [ ci-macos-13 ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/9?branchName=master&stageName=Build%20Clang&jobName=macOS&configuration=macOS%20Ventura%2013&label=macOS%20Ventura%2013
30
29
[ ci-macos-14 ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/9?branchName=master&stageName=Build%20Clang&jobName=macOS&configuration=macOS%20Sonoma%2014&label=macOS%20Sonoma%2014
30
+ [ ci-macos-15 ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/9?branchName=master&stageName=Build%20Clang&jobName=macOS&configuration=macOS%20Sequoia%2015&label=macOS%20Sequoia%2015
31
31
[ ci-docs ] : https://dev.azure.com/PointCloudLibrary/pcl/_apis/build/status/Documentation?branchName=master
32
32
[ ci-latest-docs ] : https://dev.azure.com/PointCloudLibrary/pcl/_build/latest?definitionId=14&branchName=master
33
33
34
34
Build Platform | Status
35
35
------------------------ | ------------------------------------------------------------------------------------------------- |
36
36
Ubuntu | [ ![ Status] [ ci-ubuntu-20.04 ]] [ ci-latest-build ] <br > [ ![ Status] [ ci-ubuntu-22.04 ]] [ ci-latest-build ] <br > [ ![ Status] [ ci-ubuntu-24.04 ]] [ ci-latest-build ] |
37
37
Windows | [ ![ Status] [ ci-windows-x86 ]] [ ci-latest-build ] <br > [ ![ Status] [ ci-windows-x64 ]] [ ci-latest-build ] |
38
- macOS | [ ![ Status] [ ci-macos-13 ]] [ ci-latest-build ] <br > [ ![ Status] [ ci-macos-14 ]] [ ci-latest-build ] |
38
+ macOS | [ ![ Status] [ ci-macos-14 ]] [ ci-latest-build ] <br > [ ![ Status] [ ci-macos-15 ]] [ ci-latest-build ] |
39
39
Documentation | [ ![ Status] [ ci-docs ]] [ ci-latest-docs ] |
40
40
Read the Docs | [ ![ Documentation Status] ( https://readthedocs.org/projects/pcl-tutorials/badge/?version=master )] ( https://pcl.readthedocs.io/projects/tutorials/en/master/?badge=master ) |
41
41
You can’t perform that action at this time.
0 commit comments