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: branch:
- master - master
steps: steps:
- name: test - name: test
image: docker.io/sainnhe/cmake:latest image: docker.io/sainnhe/cmake:latest
commands: commands:
- cmake . - cmake .
- cmake --build . --parallel $(nproc) --target all - cmake --build . --parallel $(nproc) --target all
- ctest - ctest
- name: notify - name: notify
image: drillster/drone-email image: drillster/drone-email
when: when:
status: status: