Skip to content

Commit b507144

Browse files
committed
move mac brew based CI to mac_brew.yml
1 parent 8b32551 commit b507144

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

.github/workflows/mac_brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macOS-Release
1+
name: macOS-brew
22

33
permissions:
44
contents: read

.github/workflows/mac_release.yml

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,6 @@ env:
2020

2121
jobs:
2222

23-
build-openexr-brew:
24-
25-
runs-on: macos-latest
26-
27-
steps:
28-
29-
- name: install libtiff
30-
run: brew install libtiff
31-
32-
- name: install openexr
33-
run: brew install openexr
34-
35-
- name: install aces_container
36-
run: brew install aces_container
37-
38-
- uses: actions/checkout@v4
39-
40-
- name: Configure CMake
41-
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
42-
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
43-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
44-
45-
- name: Build
46-
# Build your program with the given configuration
47-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
48-
4923
build-openexr2:
5024

5125
runs-on: macos-latest
@@ -197,39 +171,7 @@ jobs:
197171
- name: Build
198172
# Build your program with the given configuration
199173
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
200-
201-
test-openexr-brew:
202-
203-
runs-on: macos-latest
204-
205-
steps:
206-
207-
- name: install libtiff
208-
run: brew install libtiff
209-
210-
- name: install openexr
211-
run: brew install openexr
212-
213-
- name: install aces_container
214-
run: brew install aces_container
215-
216-
- uses: actions/checkout@v4
217-
218-
- name: Configure CMake
219-
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
220-
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
221-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
222-
223-
- name: Build
224-
# Build your program with the given configuration
225-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
226-
227-
- name: Test
228-
working-directory: ${{github.workspace}}/build
229-
# Execute tests defined by the CMake configuration.
230-
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
231-
run: ctest -V --output-on-failure
232-
174+
233175
test-openexr2:
234176

235177
runs-on: macos-latest

0 commit comments

Comments
 (0)