diff --git a/.drone.yml b/.drone.yml index 45c74a6..ce9f9df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,6 +50,13 @@ steps: status: - success +- name: build-install + <<: *anchor_compiler_image + depends_on: build-success + commands: + - make install + + # ### TODO package up the contents of .libs and maybe the public header? ##-rw-r--r-- 1 root root 325206 May 13 09:06 libtfm.a ##lrwxrwxrwx 1 root root 12 May 13 09:06 libtfm.la -> ../libtfm.la @@ -66,7 +73,7 @@ volumes: - name: staging-icc host: path: /srv/dockerctl_icc/staging - - name: tempx + - name: temp temp: {}