[education/labplot] /: added printenv to the ci config file to check the environment variables present in the ci builds.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 40c4ea2a2819a17c4e9ff3d589c80c8249bce0b7 by Alexander Semke.
Committed on 31/07/2026 at 17:48.
Pushed by asemke into branch 'master'.
added printenv to the ci config file to check the environment variables present in the ci builds.
M +1 -0 .gitlab-ci.yml
https://invent.kde.org/education/labplot/-/commit/40c4ea2a2819a17c4e9ff3d589c80c8249bce0b7
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b103412477..ae679e8924 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,6 +102,7 @@ craft_macos_qt6_arm64:
# Build the actual application
- craftmaster -c --no-cache --options $CI_PROJECT_NAME.srcDir=$CI_PROJECT_DIR/src/ $CI_PROJECT_NAME
# Re-sign with entitlements (Craft doesn't pick them up automatically yet)
+ - printenv
- APP_PATH=$CRAFT_ROOT/Applications/KDE/LabPlot.app
- echo "Applying entitlements to LabPlot.app"
- codesign --force --deep --sign - --entitlements $CI_PROJECT_DIR/src/labplot.entitlements $APP_PATH