diff --git a/.drone.yml b/.drone.yml index 22c567c..fa75586 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,9 +50,9 @@ steps: - name: build-install <<: *anchor_compiler_image - depends_on: build-success commands: - make install + depends_on: build-success # ### TODO package up the contents of .libs and maybe the public header?