[education/labplot] /: Update .gitlab-ci.yml file
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 49f2a3e8ef932d7f303ec21335ed677efa571cfe by Stefan Gerlach.
Committed on 29/07/2026 at 13:37.
Pushed by sgerlach into branch 'master'.
Update .gitlab-ci.yml file
M +2 -2 .gitlab-ci.yml
https://invent.kde.org/education/labplot/-/commit/49f2a3e8ef932d7f303ec21335ed677efa571cfe
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b82ca7720..271c4655be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +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)
- - APP_PATH="archive/Applications/KDE/LabPlot.app"
+ - APP_PATH=archive/Applications/KDE/LabPlot.app
ENTITLEMENTS="$APP_PATH/Contents/Resources/labplot.entitlements"
if [ -f "$ENTITLEMENTS" ]; then
echo "Applying entitlements to LabPlot.app"
@@ -110,7 +110,7 @@ craft_macos_qt6_arm64:
echo "Verifying entitlements:"
codesign -d --entitlements - "$APP_PATH/Contents/MacOS/labplot"
else
- echo "Warning: Entitlements file not found at $ENTITLEMENTS"
+ echo "Warning! Entitlements file not found at $ENTITLEMENTS"
fi
# Package it up!
- craftmaster -c --package --options $CI_PROJECT_NAME.srcDir=$CI_PROJECT_DIR/src/ $CI_PROJECT_NAME