Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
djweber12 2025-04-04 20:19:34 -04:00
parent 4a062c463a
commit c234510f6d

View File

@ -41,6 +41,11 @@ trigger:
steps: steps:
- name: build - name: build
image: git.pipsquire.com/djweber12/chess_board_sim:latest image: git.pipsquire.com/djweber12/chess_board_sim:latest
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
commands: commands:
- cmake -S . -B build - cmake -S . -B build
- cmake --build build - cmake --build build