diff --git a/.drone.yml b/.drone.yml index 1a3c31e..839246e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ platform: steps: - name: test - image: alpine + image: clang commands: - - echo "Hello World" + - clang hello.c -o hello + - ./hello