Drone: format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sainnhe Park 2022-12-04 15:08:37 +08:00
parent b0abd362d5
commit f57321d95a

View File

@ -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: