Skip to content

Commit

Permalink
ci: update CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent ea8cd79 commit dcae3f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cartesi-machine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: cartesi-machine
on:
push:
paths:
- .github/workflows/cartesi-machine.yml
- Formula/cartesi-machine.rb
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- run: brew update
- run: brew install Formula/cartesi-machine.rb
- run: cartesi-machine --version
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/cartesi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- run: brew update
- run: brew cleanup
- run: ./scripts/test
- run: brew install Formula/cartesi.rb
- run: cartesi --version
7 changes: 0 additions & 7 deletions scripts/test

This file was deleted.

0 comments on commit dcae3f1

Please sign in to comment.