|
57 | 57 | container: |
58 | 58 | # DockerHub: https://hub.docker.com/u/aswf |
59 | 59 | # Source: https://github.com/AcademySoftwareFoundation/aswf-docker |
60 | | - image: aswf/ci-ocio:${{ matrix.vfx-cy }}.1 |
| 60 | + image: aswf/ci-ocio:${{ matrix.vfx-cy }} |
61 | 61 | strategy: |
62 | | - fail-fast: true |
| 62 | + fail-fast: false |
63 | 63 | matrix: |
64 | 64 | build: [7, 8, 9, 10, 11, 12, 13, 14, 15] |
65 | 65 | include: |
@@ -207,6 +207,7 @@ jobs: |
207 | 207 | - name: Configure |
208 | 208 | run: | |
209 | 209 | cmake ../. \ |
| 210 | + -DOCIO_VERBOSE=ON \ |
210 | 211 | -DCMAKE_INSTALL_PREFIX=../_install \ |
211 | 212 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
212 | 213 | -DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \ |
@@ -251,6 +252,7 @@ jobs: |
251 | 252 | # the static version of the package. |
252 | 253 | run: | |
253 | 254 | cmake . \ |
| 255 | + -DOCIO_VERBOSE=ON \ |
254 | 256 | -DCMAKE_PREFIX_PATH=../../../_install \ |
255 | 257 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
256 | 258 | -Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \ |
@@ -297,7 +299,7 @@ jobs: |
297 | 299 | - /node20217:/node20217:rw,rshared |
298 | 300 | - /node20217:/__e/node20:ro,rshared |
299 | 301 | strategy: |
300 | | - fail-fast: true |
| 302 | + fail-fast: false |
301 | 303 | matrix: |
302 | 304 | build: [1, 2, 3] |
303 | 305 | include: |
@@ -377,6 +379,7 @@ jobs: |
377 | 379 | - name: Configure |
378 | 380 | run: | |
379 | 381 | cmake ../. \ |
| 382 | + -DOCIO_VERBOSE=ON \ |
380 | 383 | -DCMAKE_INSTALL_PREFIX=../_install \ |
381 | 384 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
382 | 385 | -DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \ |
@@ -421,6 +424,7 @@ jobs: |
421 | 424 | # the static version of the package. |
422 | 425 | run: | |
423 | 426 | cmake . \ |
| 427 | + -DOCIO_VERBOSE=ON \ |
424 | 428 | -DCMAKE_PREFIX_PATH=../../../_install \ |
425 | 429 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
426 | 430 | -Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \ |
@@ -461,6 +465,7 @@ jobs: |
461 | 465 | github.event.pull_request.head.repo.full_name != github.repository |
462 | 466 | runs-on: macos-13 |
463 | 467 | strategy: |
| 468 | + fail-fast: false |
464 | 469 | matrix: |
465 | 470 | build: [1, 2, 3, 4, 5] |
466 | 471 | include: |
@@ -534,6 +539,7 @@ jobs: |
534 | 539 | - name: Configure |
535 | 540 | run: | |
536 | 541 | cmake ../. \ |
| 542 | + -DOCIO_VERBOSE=ON \ |
537 | 543 | -DCMAKE_INSTALL_PREFIX=../_install \ |
538 | 544 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
539 | 545 | -DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \ |
@@ -579,6 +585,7 @@ jobs: |
579 | 585 | # the static version of the package. |
580 | 586 | run: | |
581 | 587 | cmake . \ |
| 588 | + -DOCIO_VERBOSE=ON \ |
582 | 589 | -DCMAKE_PREFIX_PATH=../../../_install \ |
583 | 590 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
584 | 591 | -Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \ |
@@ -616,6 +623,7 @@ jobs: |
616 | 623 |
|
617 | 624 | runs-on: macos-14 |
618 | 625 | strategy: |
| 626 | + fail-fast: false |
619 | 627 | matrix: |
620 | 628 | build: [1, 2] |
621 | 629 | include: |
@@ -660,6 +668,7 @@ jobs: |
660 | 668 | - name: Configure |
661 | 669 | run: | |
662 | 670 | cmake ../. \ |
| 671 | + -DOCIO_VERBOSE=ON \ |
663 | 672 | -DCMAKE_INSTALL_PREFIX=../_install \ |
664 | 673 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
665 | 674 | -DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \ |
@@ -710,6 +719,7 @@ jobs: |
710 | 719 | # the static version of the package. |
711 | 720 | run: | |
712 | 721 | cmake . \ |
| 722 | + -DOCIO_VERBOSE=ON \ |
713 | 723 | -DCMAKE_PREFIX_PATH=../../../_install \ |
714 | 724 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
715 | 725 | -Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \ |
@@ -751,6 +761,7 @@ jobs: |
751 | 761 | github.event.pull_request.head.repo.full_name != github.repository |
752 | 762 | runs-on: windows-2022 |
753 | 763 | strategy: |
| 764 | + fail-fast: false |
754 | 765 | matrix: |
755 | 766 | build: [1, 2, 3, 4] |
756 | 767 | include: |
@@ -816,6 +827,7 @@ jobs: |
816 | 827 | - name: Configure |
817 | 828 | run: | |
818 | 829 | cmake ../. \ |
| 830 | + -DOCIO_VERBOSE=ON \ |
819 | 831 | -DCMAKE_INSTALL_PREFIX=../_install \ |
820 | 832 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
821 | 833 | -DCMAKE_CXX_STANDARD=${{ matrix.cxx-standard }} \ |
@@ -865,6 +877,7 @@ jobs: |
865 | 877 | # the static version of the package. |
866 | 878 | run: | |
867 | 879 | cmake . \ |
| 880 | + -DOCIO_VERBOSE=ON \ |
868 | 881 | -DCMAKE_PREFIX_PATH=../../../_install \ |
869 | 882 | -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ |
870 | 883 | -Dexpat_ROOT=${{ env.ocio_build_path }}/ext/dist \ |
|
0 commit comments