From a12d3931981a01710b383d9bf54d0723f11feb2b Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Wed, 2 Nov 2022 17:46:16 +0800 Subject: [PATCH] Use custom cmake image --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c875f51..949de3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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