diff options
Diffstat (limited to 'NvCloth/BuildProjectsIOS.sh')
| -rw-r--r-- | NvCloth/BuildProjectsIOS.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NvCloth/BuildProjectsIOS.sh b/NvCloth/BuildProjectsIOS.sh index 5a686c0..882a98c 100644 --- a/NvCloth/BuildProjectsIOS.sh +++ b/NvCloth/BuildProjectsIOS.sh @@ -25,3 +25,11 @@ cd compiler/ios-cmake/ $CMAKE --build . --target ALL_BUILD --clean-first --config debug -- -parallelizeTargets -jobs 5 || exit 1 cd ../../ +cd compiler/ios-cmake/ +$CMAKE --build . --target ALL_BUILD --clean-first --config profile -- -parallelizeTargets -jobs 5 || exit 1 +cd ../../ + +cd compiler/ios-cmake/ +$CMAKE --build . --target ALL_BUILD --clean-first --config checked -- -parallelizeTargets -jobs 5 || exit 1 +cd ../../ + |