Skip to content

Commit

Permalink
Add Fedora build
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Sep 9, 2024
1 parent f8c7c4b commit 4322192
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/fedora_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,20 @@ jobs:

- name: Inspect
run: |
echo $PWD \
ls \
echo $PWD
ls /
ls
- name: Checkout repo files
run: |
git clone --depth=1 https://github.com/unicode-org/icu.git \
git clone --depth=1 https://github.com/unicode-org/icu.git
- name: Build ICU4J
run: |
cd icu/icu4c/source \
./runConfigureICU Linux/gcc \
make -j8 \
make check \
sed -i 's/^DOXYGEN *= *$/DOXYGEN = echo/g' Makefile \
cd icu/icu4c/source
./runConfigureICU Linux/gcc
make -j8
make check
sed -i 's/^DOXYGEN *= *$/DOXYGEN = echo/g' Makefile
make dist
ls -al dist

0 comments on commit 4322192

Please sign in to comment.