Use custom cmake image
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
7e791fe554
commit
a12d393198
@ -9,9 +9,8 @@ trigger:
|
||||
- master
|
||||
steps:
|
||||
- name: test
|
||||
image: docker.io/sainnhe/gcc:latest
|
||||
image: docker.io/sainnhe/cmake:latest
|
||||
commands:
|
||||
- apk add cmake make
|
||||
- cmake .
|
||||
- make -j$(nproc)
|
||||
- ctest
|
||||
|
Loading…
Reference in New Issue
Block a user