This commit is contained in:
parent
4a062c463a
commit
c234510f6d
@ -41,6 +41,11 @@ trigger:
|
||||
steps:
|
||||
- name: build
|
||||
image: git.pipsquire.com/djweber12/chess_board_sim:latest
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
commands:
|
||||
- cmake -S . -B build
|
||||
- cmake --build build
|
||||
|
Loading…
Reference in New Issue
Block a user