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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user