Skip to content

Commit

Permalink
add macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wxyzh authored and wxyzh committed Jul 2, 2024
1 parent 4357b5d commit 08c196e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
dist version-info.txt
tar -cjvf rime-deps-${{ env.git_ref_name }}-${{ runner.os }}-${{ matrix.build_variant || runner.arch }}.tar.bz2 \
--exclude '*/.placeholder' \
bin include lib share
bin include lib share build
- name: Upload artifacts
if: matrix.create-distributable
Expand All @@ -89,4 +89,4 @@ jobs:
name: artifact-${{ runner.os }}-${{ matrix.build_variant || runner.arch }}
path: |
rime-${{ env.git_ref_name }}-${{ runner.os }}-${{ matrix.build_variant || runner.arch }}.tar.bz2
rime-deps-${{ env.git_ref_name }}-${{ runner.os }}-${{ matrix.build_variant || runner.arch }}.tar.bz2
rime-deps-${{ env.git_ref_name }}-${{ runner.os }}-${{ matrix.build_variant || runner.arch }}.tar.bz2
8 changes: 7 additions & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ jobs:
repository: rime/librime
branch: master
rime_plugins: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict

macos:
uses: wxyzh/librime/.github/workflows/macos-build.yml@Buildlibrime
with:
repository: rime/librime
rime_plugins: hchunhui/librime-lua lotem/librime-octagram rime/librime-predict

release:
needs: [windows]
needs: [windows, macos]
runs-on: ubuntu-latest
steps:
- name: Download artifacts
Expand Down

0 comments on commit 08c196e

Please sign in to comment.