cicd: minor adjustments
This commit is contained in:
parent
59cd6db90d
commit
00abd0c8d0
|
@ -31,7 +31,7 @@ services:
|
||||||
path: /var/run/
|
path: /var/run/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup_environment
|
- name: build_image
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -41,7 +41,7 @@ steps:
|
||||||
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
- name: log_info
|
- name: environment info
|
||||||
image: ubuntu_amd64:latest
|
image: ubuntu_amd64:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -55,6 +55,7 @@ steps:
|
||||||
- pip --version
|
- pip --version
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- conan --version
|
- conan --version
|
||||||
|
- cmake --version
|
||||||
- gcc --version
|
- gcc --version
|
||||||
- g++ --version
|
- g++ --version
|
||||||
- clang --version
|
- clang --version
|
||||||
|
|
Loading…
Reference in New Issue