Use cmake as build command
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
5f22966853
commit
b39d62e895
@ -12,7 +12,7 @@ steps:
|
||||
image: docker.io/sainnhe/cmake:latest
|
||||
commands:
|
||||
- cmake .
|
||||
- make -j$(nproc)
|
||||
- cmake --build . --parallel $(nproc) --target all
|
||||
- ctest
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
|
Loading…
Reference in New Issue
Block a user