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