Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Sep 5, 2024
1 parent 8806ddb commit 1d2b45c
Show file tree
Hide file tree
Showing 20 changed files with 1,210 additions and 611 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
# See: https://circleci.com/docs/configuration-reference/#jobs
jobs:
build:
resource_class: chronicleworks/macos-laptop
resource_class: paravela/aws-medium
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/configuration-reference/#executor-job
machine: true
Expand All @@ -15,12 +15,9 @@ jobs:
steps:
- checkout
- run:
shell: /bin/zsh
name: Build release, test e2e
command: |
eval "$(/opt/homebrew/bin/brew shellenv)"
. "$HOME/.cargo/env"
ISOLATION_ID=${CIRCLE_SHA1} gmake test
ISOLATION_ID=${CIRCLE_SHA1} make test
# Orchestrate jobs using workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
Expand Down
Loading

0 comments on commit 1d2b45c

Please sign in to comment.