Adding test step to pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b6beef7079
commit
0e26e95965
@ -44,4 +44,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- cmake -S . -B build
|
- cmake -S . -B build
|
||||||
- cmake --build build
|
- cmake --build build
|
||||||
|
- name: test
|
||||||
|
image: git.pipsquire.com/djweber12/chess_board_sim:latest
|
||||||
|
commands:
|
||||||
|
- ./build/test/chess_test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user