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