Skip to content

Commit

Permalink
Iuc43 (#14)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
srl295 committed Sep 24, 2020
1 parent f6777b0 commit a90b5bf
Show file tree
Hide file tree
Showing 82 changed files with 757 additions and 958 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
sudo: required
language: java
jdk:
- openjdk8
services: docker
install: true
script:
- '( 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 )'
- mvn -f icu4jweb/pom.xml package
- '( cd icu4jweb && sh build-docker.sh )'
- '( cd icu-kube && sh build.sh )'
- '( 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" )'
- mvn -f iucsamples/j/icu2work/pom.xml test
cache:
directories:
- $HOME/.m2
- $HOME/.apk
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ more information on the ICU:
URL: http://icu-project.org/



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

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

BUILDING
--------
Expand Down
12 changes: 0 additions & 12 deletions icufacts/c/all.sh

This file was deleted.

12 changes: 0 additions & 12 deletions icufacts/c/check.sh

This file was deleted.

10 changes: 0 additions & 10 deletions icufacts/c/clean.sh

This file was deleted.

16 changes: 0 additions & 16 deletions icufacts/c/config.mk

This file was deleted.

6 changes: 0 additions & 6 deletions icufacts/c/icuconfig.mk

This file was deleted.

9 changes: 0 additions & 9 deletions icufacts/c/icupc.mk

This file was deleted.

20 changes: 0 additions & 20 deletions icufacts/c/icusrc.mk

This file was deleted.

34 changes: 0 additions & 34 deletions icufacts/c/iucsamples.h

This file was deleted.

3 changes: 0 additions & 3 deletions icufacts/c/popdata/Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions icufacts/c/popdata/popdata.cpp

This file was deleted.

130 changes: 0 additions & 130 deletions icufacts/c/popdata/popdata_inc.h

This file was deleted.

44 changes: 0 additions & 44 deletions icufacts/c/readme.txt

This file was deleted.

2 changes: 0 additions & 2 deletions icufacts/c/s00_hello/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions icufacts/c/s00_hello/s00_hello.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions icufacts/c/s13_hello/Makefile

This file was deleted.

Loading

0 comments on commit a90b5bf

Please sign in to comment.