cicd: minor adjustments

This commit is contained in:
light7734 2024-10-14 23:09:03 +03:30
parent 59cd6db90d
commit 00abd0c8d0
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ services:
path: /var/run/
steps:
- name: setup_environment
- name: build_image
image: docker:latest
volumes:
- name: dockersock
@ -41,7 +41,7 @@ steps:
- docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
- docker images
- name: log_info
- name: environment info
image: ubuntu_amd64:latest
pull: if-not-exists
volumes:
@ -55,6 +55,7 @@ steps:
- pip --version
- python3 --version
- conan --version
- cmake --version
- gcc --version
- g++ --version
- clang --version