Skip to content

Commit

Permalink
Using the bazel install target to install for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed May 5, 2024
1 parent 5ef1624 commit 35cd968
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@ jobs:
- name: Build
run: bazel build -c opt --noshow_progress --test_output=errors --cxxopt=-Wno-range-loop-analysis :install-binaries

- name: Test Pack Up
run: |
mkdir test-install
bazel run -c opt :install -- test-install
tar cvzf verible-testinstall-macOS.tar.gz test-install
- name: Pack up
run: |
VERSION=$(git describe --match=v*)
Expand Down

0 comments on commit 35cd968

Please sign in to comment.