This commit is contained in:
parent
b0abd362d5
commit
f57321d95a
@ -8,13 +8,13 @@ trigger:
|
||||
branch:
|
||||
- master
|
||||
steps:
|
||||
- name: test
|
||||
- name: test
|
||||
image: docker.io/sainnhe/cmake:latest
|
||||
commands:
|
||||
- cmake .
|
||||
- cmake --build . --parallel $(nproc) --target all
|
||||
- ctest
|
||||
- name: notify
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
when:
|
||||
status:
|
||||
|
Loading…
Reference in New Issue
Block a user