summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-03-03 15:23:56 +0100
committerkwadronaut <kwadronaut@autistici.org>2024-04-18 09:42:28 +0000
commite5a524d73d0dd9201d2d6ef5ffe89a50bc61cf39 (patch)
treeb2f4a9c0609a5dd24bebce4384ebaef3c52e4b48 /.gitlab-ci.yml
parent9b2ab9339916a6b3168392447a5b4284bc3c9be3 (diff)
pass tor lib builds from CI build step 'build' to 'screenshot'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec7efdb3..e888f49b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -147,6 +147,8 @@ build:
untracked: true
paths:
- app/build/outputs/
+ # it's required to pass tor builds to screenshot step
+ - tor-android/tor-android-binary/build/
- build_deps.log
- build.log
when: always