You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/CI
AnyOldName3 eedae407ab Tell CMake where to find ICU properly
I had a problem where CMake picked up half of ICU from its C API, which
is included with the Windows SDK, and half from the C++ API we provide.
This should prevent that.

* ICU_ROOT takes precedence as a CMake variable so do that instead of as
  an environment variable.
* ICU_LIBRARY is an output of FindICU.cmake, not an input, so don't set
  it.
* FindICU.cmake needs telling about components via their own variables.
3 years ago
..
ActivateMSVC.ps1 Remove annoying warning 5 years ago
activate_msvc.sh Massively simplify the worst Bash ever 4 years ago
before_install.android.sh Give psi29a's custom android-ndk22 a go 3 years ago
before_install.linux.sh no need to re-map when using system default 5 years ago
before_install.osx.sh Set ICU_ROOT instead of PKG_CONFIG_PATH to find ICU on macos 3 years ago
before_script.android.sh Lua i18n updates 3 years ago
before_script.linux.sh Provide unit tests reports and coverage from CI 3 years ago
before_script.msvc.sh Tell CMake where to find ICU properly 3 years ago
before_script.osx.sh Added missing line continuation to ICU_ROOT setting on macos CI 3 years ago
build.msvc.sh msbuild was always defaulting to building the Debug configuration so it was impossible to build any other configurations with build.msvc.sh 8 years ago
build_googletest.sh Run unit tests in a separate build 4 years ago
check_package.osx.sh Add a script to verify macOS package contents 6 years ago
check_tabs.sh Fix the check_tabs.sh script choking on QT generated UI files when doing an in-source build 9 years ago
deploy.osx.sh Fix macOS nightly preupload check 6 years ago
install_debian_deps.sh Lua i18n updates 3 years ago