summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-23 16:53:42 +0100
committerraveit65 <[email protected]>2020-02-23 16:53:42 +0100
commited26f7fd836d03213b3520660b6e2b3d39ee319d (patch)
treeebef5350e38bd7a8b753300455ceb40039a6714b
parentdb2f6d9f83fe61a0dd391b60e3748e0361d7596e (diff)
downloadmate-notification-daemon-ed26f7fd836d03213b3520660b6e2b3d39ee319d.tar.bz2
mate-notification-daemon-ed26f7fd836d03213b3520660b6e2b3d39ee319d.tar.xz
travis: update config for new travis validation
-rw-r--r--.build.yml97
-rw-r--r--.travis.yml102
2 files changed, 100 insertions, 99 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..42cbd0c
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,97 @@
+##########################################################
+# THE FOLLOWING LINES IS USED BY docker-build
+##########################################################
+requires:
+ archlinux:
+ # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-notification-daemon
+ - gcc
+ - git
+ - gtk3
+ - intltool
+ - libnotify
+ - libwnck3
+ - make
+ - mate-common
+ - which
+
+ debian:
+ # Useful URL: https://github.com/mate-desktop/debian-packages
+ # Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon
+ - git
+ - gobject-introspection
+ - gtk-doc-tools
+ - intltool
+ - libcanberra-gtk3-dev
+ - libdconf-dev
+ - libexempi-dev
+ - libexif-dev
+ - libgail-3-dev
+ - libgirepository1.0-dev
+ - libglib2.0-dev
+ - libgtk-3-dev
+ - libmate-desktop-dev
+ - libnotify-dev
+ - libpango1.0-dev
+ - libstartup-notification0-dev
+ - libwnck-3-dev
+ - libx11-dev
+ - libxml2-dev
+ - mate-common
+ - quilt
+ - shared-mime-info
+
+ fedora:
+ # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-notification-daemon.git
+ - desktop-file-utils
+ - file
+ - git
+ - libcanberra-devel
+ - libnotify-devel
+ - libwnck3-devel
+ - make
+ - mate-common
+ - mate-desktop-devel
+
+ ubuntu:
+ - git
+ - gobject-introspection
+ - gtk-doc-tools
+ - intltool
+ - libcanberra-gtk3-dev
+ - libdconf-dev
+ - libexempi-dev
+ - libexif-dev
+ - libgail-3-dev
+ - libgirepository1.0-dev
+ - libglib2.0-dev
+ - libgtk-3-dev
+ - libmate-desktop-dev
+ - libnotify-dev
+ - libpango1.0-dev
+ - libstartup-notification0-dev
+ - libwnck-3-dev
+ - libx11-dev
+ - libxml2-dev
+ - mate-common
+ - quilt
+ - shared-mime-info
+
+variables:
+ - CFLAGS="-Wall -Werror=format-security"
+
+after_scripts:
+ - make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-notification-daemon-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0
+ notify_servers:
+ - https://release.mate-desktop.org/release
+
diff --git a/.travis.yml b/.travis.yml
index dc4861e..d59cd36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,14 +13,14 @@ install:
- sudo apt-get install -y python3-pip python3-setuptools
- sudo pip3 install --upgrade pip
- sudo pip install PyGithub
- - ./docker-build --name ${DISTRO} --config .travis.yml --install
+ - ./docker-build --name ${DISTRO} --config .build.yml --install
script:
- - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
+ - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools
deploy:
- provider: script
- script: ./docker-build --verbose --config .travis.yml --release github
+ script: ./docker-build --verbose --config .build.yml --release github
skip_cleanup: true
on:
tags: true
@@ -32,99 +32,3 @@ env:
- DISTRO="fedora:latest"
- DISTRO="ubuntu:19.10"
-##########################################################
-# THE FOLLOWING LINES IS USED BY docker-build
-##########################################################
-requires:
- archlinux:
- # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-notification-daemon
- - gcc
- - git
- - gtk3
- - intltool
- - libnotify
- - libwnck3
- - make
- - mate-common
- - which
-
- debian:
- # Useful URL: https://github.com/mate-desktop/debian-packages
- # Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon
- - git
- - gobject-introspection
- - gtk-doc-tools
- - intltool
- - libcanberra-gtk3-dev
- - libdconf-dev
- - libexempi-dev
- - libexif-dev
- - libgail-3-dev
- - libgirepository1.0-dev
- - libglib2.0-dev
- - libgtk-3-dev
- - libmate-desktop-dev
- - libnotify-dev
- - libpango1.0-dev
- - libstartup-notification0-dev
- - libwnck-3-dev
- - libx11-dev
- - libxml2-dev
- - mate-common
- - quilt
- - shared-mime-info
-
- fedora:
- # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-notification-daemon.git
- - desktop-file-utils
- - file
- - git
- - libcanberra-devel
- - libnotify-devel
- - libwnck3-devel
- - make
- - mate-common
- - mate-desktop-devel
-
- ubuntu:
- - git
- - gobject-introspection
- - gtk-doc-tools
- - intltool
- - libcanberra-gtk3-dev
- - libdconf-dev
- - libexempi-dev
- - libexif-dev
- - libgail-3-dev
- - libgirepository1.0-dev
- - libglib2.0-dev
- - libgtk-3-dev
- - libmate-desktop-dev
- - libnotify-dev
- - libpango1.0-dev
- - libstartup-notification0-dev
- - libwnck-3-dev
- - libx11-dev
- - libxml2-dev
- - mate-common
- - quilt
- - shared-mime-info
-
-variables:
- - CFLAGS="-Wall -Werror=format-security"
-
-after_scripts:
- - make distcheck
-
-releases:
- draft: false
- prerelease: false
- checksum: true
- file_glob: true
- files: mate-notification-daemon-*.tar.xz
- github_release:
- tags: true
- overwrite: true
- base_version: 1.20.0
- notify_servers:
- - https://release.mate-desktop.org/release