Skip to content

Commit

Permalink
Add macos ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 23, 2024
1 parent 9fb747d commit f2c7d6f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: therm

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
macos-x64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: build
run: |
make -j4
- name: packaging
run: make dist
- uses: actions/upload-artifact@v3
with:
name: Therm.zip
path: Therm-*.zip

0 comments on commit f2c7d6f

Please sign in to comment.