aboutsummaryrefslogtreecommitdiff
path: root/testing/icu/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:43:36 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:43:36 +0300
commiteb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 (patch)
tree9e4ddbfef8d7a1ebeece2b773465017dccf58200 /testing/icu/build
parenta03d22372378bc29bffcadcaa073103d66ed0062 (diff)
downloadrepository-eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874.tar.gz
icu: add to testing
Diffstat (limited to 'testing/icu/build')
-rwxr-xr-xtesting/icu/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/icu/build b/testing/icu/build
new file mode 100755
index 00000000..b1be7e65
--- /dev/null
+++ b/testing/icu/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+cd source
+
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install