update circleci config
This commit is contained in:
parent
7638e505f1
commit
1bf58f17b1
@ -10,10 +10,9 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y g++ clang-5.0 cmake git wget ssh patchelf
|
apt-get install -y g++ clang-5.0 cmake git wget ssh patchelf
|
||||||
- checkout:
|
- checkout
|
||||||
post:
|
- run: git submodule sync
|
||||||
- git submodule sync
|
- run: git submodule update --init
|
||||||
- git submodule update --init
|
|
||||||
- run:
|
- run:
|
||||||
name: Generate Make files
|
name: Generate Make files
|
||||||
command: |
|
command: |
|
||||||
|
Reference in New Issue
Block a user