|
@@ -27,7 +27,7 @@ jobs:
|
|
|
matrix:
|
|
matrix:
|
|
|
os: [ubuntu-20.04, macos-latest]
|
|
os: [ubuntu-20.04, macos-latest]
|
|
|
config: [Release]
|
|
config: [Release]
|
|
|
- build-params: [ {static: ON, tutorial: ON, tests: ON }, {static: OFF, tutorial: OFF, tests: ON }, {static: OFF, tutorial: ON, tests: OFF }]
|
|
|
|
|
|
|
+ build-params: [ {static: ON, tutorials: ON, tests: ON }, {static: OFF, tutorials: OFF, tests: ON }, {static: OFF, tutorials: ON, 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:
|
|
@@ -93,7 +93,7 @@ jobs:
|
|
|
fail-fast: false
|
|
fail-fast: false
|
|
|
matrix:
|
|
matrix:
|
|
|
config: [Release]
|
|
config: [Release]
|
|
|
- build-params: [ {static: ON, tutorial: ON, tests: ON }, {static: OFF, tutorial: OFF, tests: ON }, {static: OFF, tutorial: ON, tests: OFF }]
|
|
|
|
|
|
|
+ build-params: [ {static: ON, tutorials: ON, tests: ON }, {static: OFF, tutorials: OFF, tests: ON }, {static: OFF, tutorials: ON, tests: OFF }]
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
uses: actions/checkout@v1
|
|
uses: actions/checkout@v1
|