Skip to content

Commit

Permalink
Added some arm-brew-setup/install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 29, 2024
1 parent 0a9a670 commit 257b042
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,22 @@ jobs:
run: |
set -o errexit -o pipefail -o noclobber -o nounset
test -f build/setup-libhowardhinnerdate/deps/include/date/date.h
test-cross-brew-install:
name: test arm-brew-setup/install
runs-on: macos-11.0
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run arm-brew-setup
run: ci-scripts/arm-brew-setup.sh $PWD

- name: Run arm-brew-install
run: ci-scripts/arm-brew-install.sh $PWD glog

- name: Test
run: |
set -o errexit -o pipefail -o noclobber -o nounset
test -f $PWD/arm-homebrew/lib/libgflags.dylib
test -f $PWD/arm-homebrew/lib/libglog.dylib
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![lint](https://github.com/tamatebako/macos-cross-compile/actions/workflows/lint.yml/badge.svg)](https://github.com/tamatebako/macos-cross-compile/actions/workflows/lint.yml)
[![test](https://github.com/tamatebako/tebako-tools/actions/workflows/test.yml/badge.svg)](https://github.com/tamatebako/tebako-tools/actions/workflows/test.yml)

## Tebako portability tools ##

Expand Down

0 comments on commit 257b042

Please sign in to comment.