From 48997b41c73bfaf2ce1f0157e99b0073594001bc Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 11:11:26 +0200 Subject: [PATCH] Add TODO note --- .drone.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cb07809..45c74a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,13 +43,21 @@ steps: - name: build-success <<: *anchor_compiler_image commands: - - echo "Go check where the binaries are - you've got $${SLEEP} seconds" - - sleep $${SLEEP} +# - echo "Go check where the binaries are - you've got $${SLEEP} seconds" +# - sleep $${SLEEP} - cat test_gcc_2.txt when: status: - success +# ### 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 +##-rw-r--r-- 1 root root 909 May 13 09:06 libtfm.lai +##lrwxrwxrwx 1 root root 15 May 13 09:06 libtfm.so -> libtfm.so.1.0.0 +##lrwxrwxrwx 1 root root 15 May 13 09:06 libtfm.so.1 -> libtfm.so.1.0.0 +##-rwxr-xr-x 1 root root 233136 May 13 09:06 libtfm.so.1.0.0 +##-rw-r--r-- 1 root root 671 May 13 09:06 libtfm.ver volumes: - name: cache