mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Clone submodules in CircleCI
This commit is contained in:
parent
347217ba13
commit
13e84aec00
@ -4,6 +4,11 @@ version: 2
|
||||
machine: true
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Pull submodules
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- run:
|
||||
name: Install the emulation handlers
|
||||
command: docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
@ -20,6 +25,11 @@ version: 2
|
||||
- image: pqclean/ci-container:$ARCH
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Pull submodules
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- run:
|
||||
name: Run tests
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user