Robert Bastian
6cb4fd5848
ICU-22061 rename
2022-06-29 16:28:44 -07:00
Henri Sivonen
ea970109f8
ICU-22028 Export collation and normalization data for ICU4X
2022-06-28 09:07:30 -07:00
Shane Carr
b144aac447
ICU-21762 Export Script_Extensions with --all flag in icuexportdata
...
See #2054
2022-03-30 11:44:02 -07:00
Jeff Genovy
0b50a5f22a
ICU-21838 Migrate Azure pipelines win2016 images to win2019 images. Update MacOSX to Catalina.
2021-11-24 19:17:52 -08:00
Shane F. Carr
b2c1dffb70
ICU-21545 Add plumbing for running icuexportdata in BRS
...
See #1857
- Renames tool from icuwriteuprops
- Adds more command-line flags
2021-09-21 17:40:27 -05:00
Frank Tang
2cf1d23c6c
ICU-21734 Add -Wsuggest-override to Build only WarningsAsErrors buildbot
...
See #1842
2021-09-08 10:47:29 -07:00
Yoshito Umaoka
26c61c236c
ICU-21038 Run ICU4J localespiCheck as a part of CI build
...
See #1797
2021-09-03 09:05:51 -04:00
Jeff Genovy
08dbf093ce
ICU-21747 Upgrade WarningsAsErrors build bot to Clang-13 on Ubuntu 20.04
2021-09-01 17:04:42 -07:00
Erik Torres
0b7701ef3c
ICU-21617 Remove work around of uninstalling GCC11 in CI build
...
Remove work around of uninstalling GCC11 in CI build
2021-08-30 15:17:36 -05:00
Erik Torres
edc62cfcc1
ICU-21130 Update cpp14 to cpp17 in CI builds
...
See #1827
2021-08-26 19:14:34 -05:00
Erik Torres
c088ca8d39
ICU-21598 Add CI builds that exercises the data filtering on windows
...
See #1820
2021-08-26 18:04:35 -05:00
Jeff Genovy
849585c45f
ICU-20973 Add C++20 build bots to Azure CI: Clang-13, GCC-11, MSVC with std:c++latest
2021-08-17 15:42:27 -07:00
Jeff Genovy
744ca71663
ICU-21707 Fix LocaleBuilder assumption that the default locale doesn't have any BCP47 extension tags.
...
Add test case for LocaleBuilder with default locale with extensions.
Use Locale::getRoot().clone() instead of new Locale();
Add CI build bot with LANG that has extension tags
2021-08-12 16:58:12 -07:00
Jeff Genovy
84595b49a6
ICU-21657 Update Azure CI build bots to use Ubuntu 18.04
2021-06-30 14:39:20 -07:00
Daniel Ju
d64e897679
ICU-21600 Increase timeout and separate build/test in Cygwin CI
2021-05-17 13:59:16 -04:00
Jeff Genovy
aef3eb3910
ICU-21615 Work-around Azure CI build bot issue on Ubuntu 18.04
2021-05-14 18:24:19 -07:00
Erik Torres Aguilar
b1f2b69018
ICU-21244 Make Valgrind CI build/test check run on every Pull Request
...
See #1713
2021-05-06 14:56:31 -07:00
Daniel Ju
7b971a2b23
ICU-21535 Port Cygwin CI build from AppVeyor to Azure Pipelines
2021-04-08 17:04:07 -07:00
Hugo van der Merwe
0ad4614a04
ICU-21508 Rename 'master' to 'main' in docs, maven files, scripts, etc
...
See #1664
2021-03-24 18:56:50 +01:00
Jeff Genovy
8c9c14e64c
ICU-21542 Have GHA output ICU4J test failures if there are any.
2021-03-17 15:19:11 -07:00
Steven R. Loomis
8d2360ae6e
ICU-13837 c build: make --disable-layoutex the default
...
- update GitHub workflow / Azure pipeline to no longer specify layoutex
Also:
- update configure.ac that was missed in #1265 cad3903cc2
ICU-21051
- some FALSE/TRUE were missed in source/test/letest
2020-12-15 10:35:59 -06:00
Jeff Genovy
309852e3df
ICU-21278 Add Ubuntu 20.04 build bot to CI builds.
2020-09-30 14:44:49 -07:00
Jeff Genovy
f64ee1216a
ICU-21291 Increase the timeout for the Exhaustive Test CI builds
2020-09-17 17:03:44 -07:00
Jeff Genovy
9a220a7381
ICU-21272 Add Windows ARM64 Debug build to CI build configuration.
2020-09-10 12:22:19 -07:00
Jeff Genovy
941fddc19d
ICU-21108 Add build using VS2015 toolset, fix job names.
2020-09-08 13:58:38 -07:00
Jeff Genovy
901c94cd8f
ICU-21265 Increase git fetch depth on CI builds to allow rebuilding older commits.
2020-09-03 16:59:48 -07:00
Jeff Genovy
341608f7b6
ICU-21108 Update to use/support VS2019, and add extra CI builds for VS2017 and VS2019.
...
Change to use the Windows 10 SDK for Win32 (Win7) builds on the VS2019 ADO images.
The Windows 10 SDK is backwards compatible to Windows 7, if WINVER and
_WIN32_WINNT are set before compiling.
Clean up the vcxproj files from VC7.1
2020-09-02 13:01:27 -07:00
Erik Torres
a7a8cc3809
ICU-20808 Add test for the C locale to default to en_US_POSIX
2020-08-20 14:12:09 -07:00
Shane F. Carr
bf2c2c5ca7
ICU-21176 Add aliases for terms "whitelist" and "blacklist" in data filter
...
See #1189
2020-08-11 21:21:59 -05:00
Jeff Genovy
6445e68dcc
ICU-21177 Skip running the Exhaustive tests on changes to docs and other files.
2020-06-25 10:59:36 -07:00
Jeff Genovy
9b3746e0b6
ICU-21121 Enable tests for MacOSX build bot.
2020-05-14 11:37:46 -07:00
Jeff Genovy
681a7aa451
ICU-21104 Add build bots using Ubuntu 18.04 with C++14
...
This change adds an Azure build bot that builds using Clang on Ubuntu
18.04 with C++14 in debug mode, and a build bot on Travis that builds
using GCC with C++14.
Note: The Ubuntu 18.04 image doesn't have HarfBuzz, so we need to disable
building the layout engine.
2020-05-08 18:34:15 -07:00
Shane F. Carr
9b2092fa89
ICU-21073 Fix ICU Data Build Tool in "locale" mode.
2020-04-14 16:13:57 -05:00
Jeff Genovy
ec83138174
ICU-20626 Remove "pr:none" from Valgrind CI config to enable comment triggers.
...
It seems that having "pr:none" completely disables running on PRs, even
when explicitly triggered by a comment.
2020-03-09 13:00:43 -07:00
Jeff Genovy
f411b4197d
ICU-20965 Remove VS2015 from CI builds, no longer supported by Azure Pipelines
2020-03-09 12:51:06 -07:00
Jeff Genovy
440b1cd9d2
ICU-20626 Adding valgrind to the CI tests for ICU4C.
...
This adds a separate CI pipeline for running valgrind on ICU4C.
The Azure Pipeline images don't have valgrind installed by default though,
so we need to install valgrind first.
We also add `--error-exitcode=1` to the valgrind options, so that any
errors found by valgrind will fail the CI build.
2020-03-09 10:28:13 -07:00
Jeff Genovy
eb92d41a1c
ICU-21003 Fix CI config to use new Git LFS syntax, add timeout to ICU4J exhaustive test
2020-03-04 14:08:23 -08:00
Jeff Genovy
ed9ea2e7ac
ICU-20322 Do "make install" on the CI Builds for MinGW.
...
Also recursively list out the contents of the install directory,
and run the icuinfo.exe program.
2020-02-12 14:19:15 -08:00
Frank Yung-Fong Tang
21df05234d
ICU-20673 Allow built-in translit ID w/o data.
...
See #958
2020-01-16 21:28:01 -08:00
Shane F. Carr
051d6a553e
ICU-20453 Add more warning types to CI build.
...
See #824
2019-10-02 13:00:14 -04:00
Jeff Genovy
e472e46a60
ICU-20825 Add ARM64 to distrelease.ps1 script, and run in the CI builds
2019-09-18 10:53:13 -07:00
Jeff Genovy
4ef40f7774
ICU-13764 Add a MacOSX CI build with Warnings-as-Errors
2019-08-29 17:12:25 -07:00
Jeff Genovy
552b01f611
ICU-20606 Add 32-bit Windows binaries to CI for Distrelease.
2019-08-28 12:34:25 -07:00
Jeff Genovy
97516f58b1
ICU-20782 Extend CI build timeout for Windows ARM/ARM64.
2019-08-26 22:50:31 -07:00
Shane Carr
2b3e3e3ce6
ICU-20524 Adding variables for relative file replacement directory.
...
Also fixes some bugs with file replacement.
2019-08-14 00:25:26 -07:00
Jeff Genovy
e72290c45e
ICU-13764 Add separate CI build that treats warnings as errors with clang.
...
This adds a separate CI build that enables -Werror for clang.
This also fixes all of the -Wall -Wextra warnings in the tests, and all the
-Wextra-semi warnings as well.
2019-07-30 22:10:02 -07:00
Jeff Genovy
69fb255169
ICU-20712 Add support for building ICU4C UWP with ARM64, add ARM32/ARM64 to CI.
...
This change adds support for building the ICU4C UWP projects for ARM64.
Additionally it adds CI builds for ARM32 and ARM64.
Co-Authored-By: Daniel Ju <daju@microsoft.com>
2019-07-23 13:29:36 -07:00
Shane Carr
e1b5f85e4a
ICU-20593 Data slicing: Fix mixed file and resource filter.
2019-07-09 15:38:29 -05:00
Jeff Genovy
506c935bf5
ICU-20664 Add CI builds that exercise the Data Filtering.
2019-06-14 14:43:50 -07:00
Jeff Genovy
96c2682c27
ICU-20549 Publish Windows build artifacts from the CI builds (x64 Release)
2019-05-10 14:40:19 -07:00