Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Jun 17, 2023
1 parent 2949551 commit d77b222
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,17 +308,17 @@ jobs:
resource_class: macos.m1.medium.gen1
steps:
- *checkout
- run:
name: "Install toolchain"
command: brew install cmake llvm@15 ninja
- run:
name: "Build"
working_directory: ~/project/cpp
command: BREW_PREFIX=$(brew --prefix) cmake --preset homebrew && cmake --build --preset homebrew --target bb
- run:
name: "Test"
working_directory: ~/project/cpp/bin-test
command: ./bin-test.sh
# - run:
# name: "Install toolchain"
# command: brew install cmake llvm@15 ninja
# - run:
# name: "Build"
# working_directory: ~/project/cpp
# command: BREW_PREFIX=$(brew --prefix) cmake --preset homebrew && cmake --build --preset homebrew --target bb
# - run:
# name: "Test"
# working_directory: ~/project/cpp/bin-test
# command: ./bin-test.sh

###################################
# Aztec integration tests
Expand Down

0 comments on commit d77b222

Please sign in to comment.