Philipp Hörist pushed to branch master at gajim / gajim


Commits:
3ac67510 by Philipp Hörist at 2025-06-28T13:32:29+02:00
ci: Enable windows releases

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -136,26 +136,26 @@ build-debian-nightly:
     paths:
       - debian_build/*
 
-# build-windows:
-#   image: gajim-build
-#   stage: build
-#   dependencies: []
-#   rules:
-#     - if: '$CI_COMMIT_TAG'
-#   script:
-#     - >
-#       release-helper build-windows-pkg \
-#         --account=lovetox \
-#         --repository=https://dev.gajim.org/gajim/gajim \
-#         --branch=master \
-#         --version=$CI_COMMIT_TAG \
-#         --commit-sha=$CI_COMMIT_SHA \
-#         --api-key=$APPVEYOR_API_KEY \
-#         .ci/appveyor.yml
-#   artifacts:
-#     expire_in: 1 day
-#     paths:
-#       - windows_build/*.json
+build-windows:
+  image: gajim-build
+  stage: build
+  dependencies: []
+  rules:
+    - if: '$CI_COMMIT_TAG'
+  script:
+    - >
+      release-helper build-windows-pkg \
+        --account=lovetox \
+        --repository=https://dev.gajim.org/gajim/gajim \
+        --branch=master \
+        --version=$CI_COMMIT_TAG \
+        --commit-sha=$CI_COMMIT_SHA \
+        --api-key=$APPVEYOR_API_KEY \
+        .ci/appveyor.yml
+  artifacts:
+    expire_in: 1 day
+    paths:
+      - windows_build/*.json
 
 build-windows-nightly:
   image: gajim-build
@@ -244,23 +244,23 @@ deploy-debian-nightly:
         --directory=debian/gajim/"$(date +'%Y%m%d')" \
         debian_build
 
-# deploy-windows:
-#   image: gajim-deploy
-#   stage: deploy
-#   dependencies:
-#     - build-windows
-#   rules:
-#     - if: '$CI_COMMIT_TAG'
-#   script:
-#     - release-helper download-appveyor-artifacts "$(find 
windows_build/*.json)" windows_build
-#     - rm windows_build/*.json
-#     - >
-#       release-helper deploy-to-ftp \
-#         --host=$FTP_HOST \
-#         --user=$FTP_USER \
-#         --password=$FTP_PASS \
-#         --directory=downloads/"$(echo $CI_COMMIT_TAG | cut -c 1-3)" \
-#         windows_build
+deploy-windows:
+  image: gajim-deploy
+  stage: deploy
+  dependencies:
+    - build-windows
+  rules:
+    - if: '$CI_COMMIT_TAG'
+  script:
+    - release-helper download-appveyor-artifacts "$(find 
windows_build/*.json)" windows_build
+    - rm windows_build/*.json
+    - >
+      release-helper deploy-to-ftp \
+        --host=$FTP_HOST \
+        --user=$FTP_USER \
+        --password=$FTP_PASS \
+        --directory=downloads/"$(echo $CI_COMMIT_TAG | cut -c 1-3)" \
+        windows_build
 
 deploy-windows-nightly:
   image: gajim-deploy



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3ac67510a802bdbcdef2e4dab8db8a491793fe50

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/3ac67510a802bdbcdef2e4dab8db8a491793fe50
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to