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
|
- master
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/sainnhe/gcc:latest
|
image: docker.io/sainnhe/cmake:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add cmake make
|
|
||||||
- cmake .
|
- cmake .
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
- ctest
|
- ctest
|
||||||
|
Loading…
Reference in New Issue
Block a user