Skip to content

Commit

Permalink
ci: add noir-compiler-build to cci config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 25, 2023
1 parent 007abef commit d9c2810
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,17 @@ jobs:
name: "Build and test"
command: build l1-contracts

noir-compiler-build:
machine:
image: ubuntu-2204:2023.07.2
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: Build
command: build noir-compiler-build | add_timestamps

noir-contracts-build:
machine:
image: ubuntu-2204:2023.07.2
Expand Down Expand Up @@ -1209,7 +1220,11 @@ workflows:
<<: *defaults

- l1-contracts: *defaults
- noir-contracts-build: *defaults
- noir-compiler-build: *defaults
- noir-contracts-build:
requires:
- noir-compiler-build
<<: *defaults

# Yarn Project
- yarn-project-base:
Expand Down

0 comments on commit d9c2810

Please sign in to comment.