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