[gnome-build-meta/jjardon/336_abicheck] DEBUG



commit 615df4fd1f29f6c1757a00eaca8bab52e220d67d
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Apr 10 11:00:13 2020 +0100

    DEBUG

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9db63ecd..08cbb1ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,9 @@ default:
   # Ensure the log directory exists
   - mkdir -p logs
 
+  - ls -l utils
+  - ls -l utils/buildstream-abi-checker
+
   # Setup certificate for pushing to the cache
   - |
     if [ -n "$GITLAB_CAS_PUSH_CERT" ]; then
@@ -109,6 +112,8 @@ default:
 .abi-template:
   stage: abi_check
   script:
+  - ls -l utils
+  - ls -l utils/buildstream-abi-checker
   - REFERENCE=$(git merge-base origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME HEAD) \
     ./utils/buildstream-abi-checker/check-abi --bst-opts="${ARCH}" 
--suppressions=utils/abidiff-suppressions.ini --old="${REFERENCE}" --new=HEAD abi/abi-image.bst
   cache: &bst-cache


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]