1
1
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:
Thom Wiggers 2019-04-05 10:45:06 +02:00
parent 347217ba13
commit 13e84aec00
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -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: |