summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-23 12:50:57 +0100
committerraveit65 <[email protected]>2020-02-23 12:50:57 +0100
commitff361e01b64dbff2070a6af4a1cefa6ef6ad8f35 (patch)
treef5cf4e598554be710a3fb0a779c2856aa295b9df /.build.yml
parentfc1fd8e67162a376c725a8363d1d2946cddf1ef3 (diff)
downloadmate-menus-ff361e01b64dbff2070a6af4a1cefa6ef6ad8f35.tar.bz2
mate-menus-ff361e01b64dbff2070a6af4a1cefa6ef6ad8f35.tar.xz
travis: update config for new travis validation
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml66
1 files changed, 66 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..4c1c314
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,66 @@
+##########################################################
+# THE FOLLOWING LINES IS USED BY docker-build
+##########################################################
+requires:
+ archlinux:
+ # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-menus
+ - gcc
+ - git
+ - glib2
+ - gobject-introspection
+ - intltool
+ - make
+ - mate-common
+ - python2
+ - which
+
+ debian:
+ # Useful URL: https://github.com/mate-desktop/debian-packages
+ # Useful URL: https://salsa.debian.org/debian-mate-team/mate-menus
+ - git
+ - gobject-introspection
+ - intltool
+ - libgirepository1.0-dev
+ - libglib2.0-dev
+ - make
+ - mate-common
+
+ fedora:
+ # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-menus.git
+ - chrpath
+ - gcc
+ - git
+ - gobject-introspection-devel
+ - make
+ - mate-common
+ - python2-devel
+ - redhat-rpm-config
+
+ ubuntu:
+ - git
+ - gobject-introspection
+ - intltool
+ - libgirepository1.0-dev
+ - libglib2.0-dev
+ - make
+ - mate-common
+
+variables:
+ - CFLAGS="-Wall -Werror=format-security"
+
+after_scripts:
+ - make distcheck
+
+releases:
+ draft: false
+ prerelease: false
+ checksum: true
+ file_glob: true
+ files: mate-menus-*.tar.xz
+ github_release:
+ tags: true
+ overwrite: true
+ base_version: 1.20.0
+ notify_servers:
+ - https://release.mate-desktop.org/release
+