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
|
image: docker.io/sainnhe/cmake:latest
|
||||||
commands:
|
commands:
|
||||||
- cmake .
|
- cmake .
|
||||||
- make -j$(nproc)
|
- cmake --build . --parallel $(nproc) --target all
|
||||||
- ctest
|
- ctest
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
Loading…
Reference in New Issue
Block a user