diff --git a/.drone.yml b/.drone.yml index 76da8ea..2401359 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,10 @@ kind: pipeline +type: docker name: default steps: - name: test - image: clang + image: silkeh/clang:latest commands: - - clang hello.c -o hello - - ./hello + - clang hello.c -o hello + - ./hello