Skip to content

Commit

Permalink
Merge pull request #180 from bwhitman/bwhitman-patch-1
Browse files Browse the repository at this point in the history
Create desktop-macos.yml
  • Loading branch information
bwhitman authored Feb 13, 2024
2 parents fe2f9f6 + f44cae0 commit e3bc1d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/desktop-macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: C/C++ CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: macos-latest
steps:
- uses: Homebrew/actions/setup-homebrew@master
- uses: actions/checkout@v3
- name: setup
id: set-up-homebrew
- name: make
run: brew install pkg-config libffi; cd tulip/macos; ./build.sh

0 comments on commit e3bc1d0

Please sign in to comment.