Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 25, 2023
1 parent 6691d45 commit 56cf595
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build&[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Rust build&test arcrunner

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

env:
CARGO_TERM_COLOR: always

jobs:
build:
strategy:
matrix:
os: [arc-runner-set]

runs-on: ${{ matrix.os }}
container: docker.io/rust:latest

steps:
- name: Install
run: apt update && apt upgrade -y && apt install -y git build-essential cmake curl pkg-config libssl-dev libclang-dev
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: cargo build -vv
- name: Run tests
run: cargo test -vv
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Swift-Bridge for `noir_rs`

![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_swift/actions/workflows/build&[email protected]/badge.svg)
![GitHub Workflow Status Ubuntu](https://github.com/visoftsolutions/noir_swift/actions/workflows/build&[email protected]/badge.svg)
![GitHub Workflow Status Macos](https://github.com/visoftsolutions/noir_swift/actions/workflows/build&[email protected]/badge.svg)
![Version](https://img.shields.io/badge/version-0.1.0-blue)
Expand Down

0 comments on commit 56cf595

Please sign in to comment.