Skip to content

Commit 66b841a

Browse files
authored
Merge branch 'deposit-contract-verifier-endpoint' into risc0-circuit-avi
2 parents 3bcc368 + d62f288 commit 66b841a

File tree

32 files changed

+2465
-134
lines changed

32 files changed

+2465
-134
lines changed

.github/workflows/check.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: check
22
on:
33
pull_request:
4-
branches: [main]
54
push:
65
branches: [main]
76

@@ -51,6 +50,18 @@ jobs:
5150
with:
5251
path: coverage-result/cobertura.xml
5352
minimum_coverage: 60
53+
54+
- name: kairos-contracts x86_64-linux
55+
if: matrix.os == 'ubuntu-latest'
56+
run: nix build -L --no-link --show-trace .#packages.x86_64-linux.kairos-contracts
57+
58+
- name: kairos-contracts x86_64-darwin
59+
if: matrix.os == 'macos-latest'
60+
run: nix build -L --no-link --show-trace .#packages.x86_64-darwin.kairos-contracts
61+
62+
- name: kairos-contracts aarch64-darwin
63+
if: matrix.os == 'macos-14'
64+
run: nix build -L --no-link --show-trace .#packages.aarch64-darwin.kairos-contracts
5465

5566
- name: kairos x86_64-linux
5667
if: matrix.os == 'ubuntu-latest'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ result
44
target
55
.tmp
66
.nixos-test-history
7+
.env

0 commit comments

Comments
 (0)