Skip to content

Commit

Permalink
add macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wxyzh committed Jul 1, 2024
1 parent 4357b5d commit 9ba4350
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 Down
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:
build_variant: '-universal'
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 9ba4350

Please sign in to comment.