Skip to content

Commit a90b5bf

Browse files
authored
Iuc43 (#14)
* ICU-13668 Rebase of iuc42 branch onto master - the "iuc42" branch b14a81f is in this commit from last year. * ICU-13668 iuc43 updates for iuc43 - automated testing of C demos - delete old "icufacts" (from iuc37), add top level instruction * ICU-13668 iuc43 test J iucsamples too! * ICU-13668 iuc43 use travis mvn instead of docker * fixup! ICU-13668 iuc43 use travis mvn instead of docker * fixup! ICU-13668 iuc43 test J iucsamples too! * Update readme.txt * Match srl295/srl295-slides@bc71356 * iuc43 fixes - use '-e utf-8' to not default the genrb build - add an error for ICU4C<62.x API
1 parent f6777b0 commit a90b5bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+757
-958
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
sudo: required
2+
language: java
3+
jdk:
4+
- openjdk8
25
services: docker
36
install: true
47
script:
5-
- '( cd icu4jweb && docker run -it --rm -v $HOME/.m2/:/root/.m2/ -v $(pwd)/:/usr/src -w /usr/src maven:3-jdk-8 mvn package && sh build-docker.sh )'
8+
- mvn -f icu4jweb/pom.xml package
9+
- '( cd icu4jweb && sh build-docker.sh )'
610
- '( cd icu-kube && sh build.sh )'
11+
- '( cd iucsamples/c && docker run --rm -v $HOME/.apk:/etc/apk/cache -v $(pwd)/:/usr/src -w /usr/src alpine:edge sh -c "apk --update add gcc make g++ bsd-compat-headers pkgconfig icu-dev && make all check" )'
12+
- mvn -f iucsamples/j/icu2work/pom.xml test
713
cache:
814
directories:
915
- $HOME/.m2
16+
- $HOME/.apk

README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ more information on the ICU:
88
URL: http://icu-project.org/
99

1010

11-
1211
If you have an application that is written using the ICU that you
1312
would like to contribute, join the ICU mailing list [above URL] and
1413
contact us.
1514

15+
- The "iucsamples" directory contains samples for the
16+
Unicode conference <unicodeconference.org> and has its own
17+
build instructions.
1618

1719
BUILDING
1820
--------

icufacts/c/all.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

icufacts/c/check.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

icufacts/c/clean.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

icufacts/c/config.mk

Lines changed: 0 additions & 16 deletions
This file was deleted.

icufacts/c/icuconfig.mk

Lines changed: 0 additions & 6 deletions
This file was deleted.

icufacts/c/icupc.mk

Lines changed: 0 additions & 9 deletions
This file was deleted.

icufacts/c/icusrc.mk

Lines changed: 0 additions & 20 deletions
This file was deleted.

icufacts/c/iucsamples.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)