[dia/bilelmoussaoui/win32] Windows builds
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia/bilelmoussaoui/win32] Windows builds
- Date: Fri, 20 Sep 2019 22:30:36 +0000 (UTC)
commit 9e2b2e3e3265425c04af4da5593352fef107ff5c
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Fri Sep 20 22:30:17 2019 +0000
Windows builds
.gitlab-ci.yml | 50 ++++++++++----------------------------------------
1 file changed, 10 insertions(+), 40 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb490461..add8f144 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,54 +1,24 @@
-include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
-
-.cache-paths: &cache-paths
- paths:
- - _ccache/
+include: 'https://gitlab.gnome.org/bilelmoussaoui/win32-ci-template/raw/master/ci-template.yml'
stages:
- - test
- deploy
- - win32_build
-
-
+ - win32
variables:
- BUNDLE: "dia-dev.flatpak"
GIT_SUBMODULE_STRATEGY: recursive
-flatpak:
- image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+win32:
variables:
- MANIFEST_PATH: "build-aux/flatpak/org.gnome.Dia.json"
- FLATPAK_MODULE: "dia"
+ APP_NAME: "dia"
+ BIN_NAME: "dia"
+ MANUFACTURER: "GNOME"
MESON_ARGS: "-Dtests=false"
- RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
- APP_ID: "org.gnome.Dia"
- extends: .flatpak
+ VERSION: "0.1"
+ BUNDLE: "dia.msi"
+ ICON_PATH: "data/icons/scalable/apps/dia.svg"
+ extends: .win32
review:
- dependencies:
- - 'flatpak'
extends: '.review'
stop_review:
extends: '.stop_review'
-
-nightly:
- extends: '.publish_nightly'
-
-
-.mingw-defaults: &mingw-defaults
- stage: win32_build
- tags:
- - win32
- script:
- - C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- - C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/msys.sh"
- cache:
- key: "%CI_JOB_NAME%"
- <<: *cache-paths
-
-msys2-mingw32:
- variables:
- MSYSTEM: "MINGW32"
- CHERE_INVOKING: "yes"
- <<: *mingw-defaults
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]