mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-12 19:13:07 +00:00
We have `set -e` enabled, so normally exit the script if a command fails. We also had explicit exit code checks in a few places with user-friendly error messages. These were never printed as the script exited before we could check the exit code due to a bad exit code. |
||
|---|---|---|
| .. | ||
| activate_msvc.sh | ||
| ActivateMSVC.ps1 | ||
| before_install.linux.sh | ||
| before_install.osx.sh | ||
| before_script.linux.sh | ||
| before_script.msvc.sh | ||
| before_script.osx.sh | ||
| build.msvc.sh | ||
| build_googletest.sh | ||
| check_package.osx.sh | ||
| check_tabs.sh | ||
| deploy.osx.sh | ||