Update CircleCI.
This commit is contained in:
parent
76b861fb2a
commit
ad25494d89
1 changed files with 15 additions and 0 deletions
|
|
@ -30,6 +30,14 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
|
||||
-run:
|
||||
name: Submodule init
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd ./tests/init/data && git fetch && git checkout master
|
||||
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
|
|
@ -119,6 +127,13 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
|
||||
-run:
|
||||
name: Submodule init
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd ./tests/init/data && git fetch && git checkout master
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue