diff --git a/.drone.yml b/.drone.yml index 8d86597..eb38d73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,11 +4,9 @@ name: default steps: - name: build - image: alpine + image: quackerd/fedora:latest commands: - - echo hello - -- name: test - image: alpine - commands: - - echo hello + - mkdir build + - cd build + - cmake ../ + - make