Braking pipelines out into main and build_tools pipelines
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Daniel Weber 2024-10-05 14:49:25 -04:00
parent b284eea463
commit 86ab0fba86

View File

@ -1,30 +1,13 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: chessboard
trigger:
branch:
- main
event:
- push
steps:
- name: build
image: git.pipsquire.com/djweber12/Chess_Board_Sim:latest
commands:
- cmake -S . -B build
- cmake --build build
---
kind: pipeline
type: docker
name: chessboard_builder name: chessboard_builder
trigger: trigger:
branch: branch:
- main - build_tools
event: event:
- push - push
- custom
steps: steps:
- name: docker - name: docker
@ -37,13 +20,23 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
#
# - name: test ---
# image: foo:latest kind: pipeline
# commands: type: docker
# - cmake -s . -b build name: chessboard
# - cmake --build build
# trigger:
# volumes: branch:
# - name: dockersock - main
event:
- push
- custom
steps:
- name: build
image: git.pipsquire.com/djweber12/Chess_Board_Sim:latest
commands:
- cmake -S . -B build
- cmake --build build