Use custom cmake image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sainnhe Park 2022-11-02 17:46:16 +08:00
parent 7e791fe554
commit a12d393198

View File

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