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 5864cf6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 20 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
17 changes: 17 additions & 0 deletions .github/workflows/cartesi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: cartesi
on:
push:
paths:
- .github/workflows/cartesi.yml
- Formula/cartesi.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.rb
- run: cartesi --version
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/test

This file was deleted.

0 comments on commit 5864cf6

Please sign in to comment.