fix error
This commit is contained in:
parent
4681a7bf7c
commit
a07f6137bf
|
@ -161,7 +161,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ansible/centos7-ansible
|
image: ansible/centos7-ansible
|
||||||
commands:
|
commands:
|
||||||
- yum install gcc cmake build-essential -y
|
- yum install -y gcc gcc-c++ make cmake
|
||||||
- mkdir debug
|
- mkdir debug
|
||||||
- cd debug
|
- cd debug
|
||||||
- cmake ..
|
- cmake ..
|
||||||
|
|
Loading…
Reference in New Issue