Skip to content

Commit

Permalink
CI: fix make & ndk;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Dec 25, 2024
1 parent ef5c9d3 commit 1d032af
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ jobs:
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/zstd.git ../zstd
git clone --depth=1 https://github.com/sisong/bzip2.git ../bzip2
git clone --depth=1 https://github.com/sisong/zlib.git ../zlib
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
make BZIP2=1 -j
make BZIP2=1 clean
- name: make_zlibByCode
run: |
git clone --depth=1 https://github.com/sisong/zlib.git ../zlib
make ZLIB=1 BZIP2=1 -j
make ZLIB=1 BZIP2=1 clean
- name: make_releaseByStatic
- name: make_release_static
run: |
make ZLIB=1 BZIP2=1 MINS=1 STATIC_CPP=1 STATIC_C=1 -j
make BZIP2=1 MINS=1 STATIC_C=1 -j
clang-build:
runs-on: ubuntu-latest
Expand All @@ -51,6 +47,7 @@ jobs:
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/zstd.git ../zstd
git clone --depth=1 https://github.com/sisong/bzip2.git ../bzip2
git clone --depth=1 https://github.com/sisong/zlib.git ../zlib
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
make BZIP2=1 CL=1 -j
Expand Down Expand Up @@ -109,6 +106,7 @@ jobs:
ndk-version: r16b
- name: buildByAndroidNDK
run: |
sudo apt-get update
sudo apt-get -y install libncurses5
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/bzip2.git ../bzip2
Expand Down

0 comments on commit 1d032af

Please sign in to comment.