mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-09 00:04:26 -04:00
Revert localCheckout
This commit is contained in:
parent
1ff2323752
commit
fc69fa35b7
@ -14,7 +14,7 @@ localCheckout: &localCheckout
|
|||||||
docker:
|
docker:
|
||||||
- image: ${IMAGE}
|
- image: ${IMAGE}
|
||||||
steps:
|
steps:
|
||||||
- *localCheckout # change this from "checkout" to "*localCheckout" when running CircleCI locally
|
- checkout # change this from "checkout" to "*localCheckout" when running CircleCI locally
|
||||||
- run:
|
- run:
|
||||||
name: Configure
|
name: Configure
|
||||||
command: scripts/git_no_checkin_in_last_day.sh || (mkdir build && cd build && cmake -GNinja ${CONFIGURE_ARGS} ..)
|
command: scripts/git_no_checkin_in_last_day.sh || (mkdir build && cd build && cmake -GNinja ${CONFIGURE_ARGS} ..)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user