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/ 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