Use cmake as build command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sainnhe Park 2022-11-03 08:49:10 +08:00
parent 5f22966853
commit b39d62e895

View File

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