Use custom cmake image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sainnhe Park 2022-11-02 17:46:16 +08:00
parent 7e791fe554
commit a12d393198
1 changed files with 1 additions and 2 deletions

View File

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