Skip to content

Commit

Permalink
Updated macOS and BoringSSL-interop CircleCI jobs. (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf authored Jul 9, 2020
1 parent 9724226 commit 9e98670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ localCheckout: &localCheckout
)
- run:
name: Clone liboqs
command: ./oqs-scripts/clone_liboqs.sh # unconditional checkout to test for changes there
command: env LIBOQS_BRANCH=0.3.0 ./oqs-scripts/clone_liboqs.sh # unconditional checkout to test for changes there
- run:
name: Build liboqs
command: .circleci/git_no_checkin_in_last_day.sh || ./oqs-scripts/build_liboqs.sh
Expand All @@ -70,7 +70,7 @@ localCheckout: &localCheckout
- checkout # change this from "checkout" to "*localCheckout" when running CircleCI locally
- run:
name: Clone liboqs and BoringSSL
command: ./oqs-scripts/clone_liboqs.sh && ./oqs-scripts/clone_boringssl.sh
command: (env LIBOQS_BRANCH=0.3.0 ./oqs-scripts/clone_liboqs.sh) && ./oqs-scripts/clone_boringssl.sh
- run:
name: Build liboqs
command: .circleci/git_no_checkin_in_last_day.sh || ./oqs-scripts/build_liboqs.sh
Expand Down

0 comments on commit 9e98670

Please sign in to comment.