Skip to content

Commit

Permalink
Added Mac build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 4, 2024
1 parent 1b38068 commit 27b859b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ on:
types: [opened, synchronize, reopened]

jobs:
build-pink-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: Build
run: cd pink && make example

build-and-run-redis-benchmark:
needs: [build-pink-macos]
runs-on: ubuntu-latest
env:
RONDB_TARBALL_URI: https://repo.hops.works/master/rondb-22.10.5-linux-glibc2.28-x86_64.tar.gz
Expand Down

0 comments on commit 27b859b

Please sign in to comment.