Skip to content

Commit a9e2b74

Browse files
committedApr 3, 2024
test: Build ICU
1 parent 8dddad1 commit a9e2b74

7 files changed

+8
-1
lines changed
 

‎.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
echo BOOST_VERSION=$BOOST_VERSION
3333
3434
ICU_VERSION=$(./latest-icu-version.sh)
35+
echo ICU_VERSION=$ICU_VERSION
3536
ICU_NAME=$(echo $ICU_VERSION|grep -oP "release-\\K(.*)"|sed -e "s/-/./g")
36-
echo ICU_VERSION=$ICU_NAME/$ICU_VERSION
37+
echo ICU_NAME=$ICU_NAME
3738
3839
ANDROID_ABI_NO_HYPHEN=$(echo $ANDROID_ABI | sed 's/-//g')
3940
BOOST_DIST_NAME=$BOOST_VERSION-icu$ICU_NAME-android$ANDROID_PLATFORM-$ANDROID_ABI_NO_HYPHEN-$BUILD_TYPE

‎build-boost.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh -e
12
# Copyright (c) 2022 github.com/System233
23
#
34
# This software is released under the MIT License.

‎build-icu.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh -e
12
# Copyright (c) 2022 github.com/System233
23
#
34
# This software is released under the MIT License.

‎build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh -e
12
# Copyright (c) 2022 github.com/System233
23
#
34
# This software is released under the MIT License.

‎latest-boost-version.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh -e
12
# Copyright (c) 2022 github.com/System233
23
#
34
# This software is released under the MIT License.

‎latest-icu-version.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh -e
12
# Copyright (c) 2022 github.com/System233
23
#
34
# This software is released under the MIT License.

‎setup-ndk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh -e
12
# Copyright (c) 2022 github.com/System233
23
#
34
# This software is released under the MIT License.

0 commit comments

Comments
 (0)