From fda4cd9ccbf8dc3bf19ddbfb1f60fe6c5ec18ff7 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 15 May 2023 10:48:29 +0200 Subject: [PATCH] Add build-install --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: {}