|
@@ -20,7 +20,7 @@ jobs:
|
|
|
####################
|
|
####################
|
|
|
|
|
|
|
|
Unix:
|
|
Unix:
|
|
|
- name: ${{ matrix.os }} ${{ matrix.config }} ${{ fromJSON('["HeaderOnly", "Static"]')[matrix.static == 'ON'] }} ${{ matrix.tutorial == 'ON' && 'tutorial' }} ${{ matrix.tests == 'OFF' && 'tests'}}
|
|
|
|
|
|
|
+ name: ${{ matrix.os }} ${{ matrix.config }} ${{ fromJSON('["HeaderOnly", "Static"]')[matrix.static == 'ON'] }} ${{ matrix.tutorial == 'ON' && 'tutorial' || ''}} ${{ matrix.tests == 'OFF' && 'tests' || ''}}
|
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
|
strategy:
|
|
strategy:
|
|
|
fail-fast: false
|
|
fail-fast: false
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
tests: ON
|
|
tests: ON
|
|
|
- static: OFF
|
|
- static: OFF
|
|
|
tutorial: ON
|
|
tutorial: ON
|
|
|
- tests: OOFF
|
|
|
|
|
|
|
+ tests: OFF
|
|
|
env:
|
|
env:
|
|
|
IGL_NUM_THREADS: 1 # See https://github.com/libigl/libigl/pull/996
|
|
IGL_NUM_THREADS: 1 # See https://github.com/libigl/libigl/pull/996
|
|
|
steps:
|
|
steps:
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
####################
|
|
####################
|
|
|
|
|
|
|
|
Windows:
|
|
Windows:
|
|
|
- name: Windows ${{ matrix.config }} ${{ fromJSON('["HeaderOnly", "Static"]')[matrix.static == 'ON'] }} ${{ matrix.tutorial == 'ON' && 'tutorial' }} ${{ matrix.tests == 'OFF' && 'tests'}}
|
|
|
|
|
|
|
+ name: Windows ${{ matrix.config }} ${{ fromJSON('["HeaderOnly", "Static"]')[matrix.static == 'ON'] }} ${{ matrix.tutorial == 'ON' && 'tutorial' || ''}} ${{ matrix.tests == 'OFF' && 'tests' || ''}}
|
|
|
runs-on: windows-2022
|
|
runs-on: windows-2022
|
|
|
strategy:
|
|
strategy:
|
|
|
fail-fast: false
|
|
fail-fast: false
|
|
@@ -111,7 +111,7 @@ jobs:
|
|
|
tests: ON
|
|
tests: ON
|
|
|
- static: OFF
|
|
- static: OFF
|
|
|
tutorial: ON
|
|
tutorial: ON
|
|
|
- tests: OOFF
|
|
|
|
|
|
|
+ tests: OFF
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
uses: actions/checkout@v1
|
|
uses: actions/checkout@v1
|