Add build-install

This commit is contained in:
Paul Reeves 2023-05-15 10:48:29 +02:00
parent 48997b41c7
commit fda4cd9ccb

View File

@ -50,6 +50,13 @@ steps:
status: status:
- success - 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? # ### 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 ##-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 ##lrwxrwxrwx 1 root root 12 May 13 09:06 libtfm.la -> ../libtfm.la
@ -66,7 +73,7 @@ volumes:
- name: staging-icc - name: staging-icc
host: host:
path: /srv/dockerctl_icc/staging path: /srv/dockerctl_icc/staging
- name: tempx - name: temp
temp: {} temp: {}