Skip to content

Commit

Permalink
Prepare for docker-build 0.1.1 merge into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 16, 2019
1 parent 2b2582e commit 84c0435
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .travis.yml
Expand Up @@ -10,6 +10,9 @@ before_install:
- chmod +x docker-build - chmod +x docker-build


install: 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 .travis.yml --install


script: script:
Expand All @@ -27,18 +30,17 @@ env:
requires: requires:
archlinux: archlinux:
# Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-panel # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-panel
- dbus-glib
- gcc - gcc
- git - git
- make
# Append new requires below
- dbus-glib
- gobject-introspection - gobject-introspection
- intltool - intltool
- itstool - itstool
- libcanberra - libcanberra
- libmateweather - libmateweather
- libsm - libsm
- libwnck3 - libwnck3
- make
- mate-common - mate-common
- mate-desktop - mate-desktop
- mate-menus - mate-menus
Expand All @@ -48,10 +50,8 @@ requires:
debian: debian:
# Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://github.com/mate-desktop/debian-packages
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-panel # Useful URL: https://salsa.debian.org/debian-mate-team/mate-panel
- git
- make
# Append new requires below
- gir1.2-freedesktop - gir1.2-freedesktop
- git
- gobject-introspection - gobject-introspection
- gtk-doc-tools - gtk-doc-tools
- intltool - intltool
Expand All @@ -74,35 +74,33 @@ requires:
- libxau-dev - libxau-dev
- libxrandr-dev - libxrandr-dev
- lsb-release - lsb-release
- make
- mate-common - mate-common
- yelp-tools - yelp-tools


fedora: fedora:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-panel.git # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-panel.git
- gcc
- git
- make
- redhat-rpm-config
# Append new requires below
- dbus-glib-devel - dbus-glib-devel
- desktop-file-utils - desktop-file-utils
- gcc
- git
- gobject-introspection-devel - gobject-introspection-devel
- gtk3-devel - gtk3-devel
- libSM-devel
- libcanberra-devel - libcanberra-devel
- libmateweather-devel - libmateweather-devel
- libwnck3-devel
- librsvg2-devel - librsvg2-devel
- libSM-devel - libwnck3-devel
- make
- mate-common - mate-common
- mate-desktop-devel - mate-desktop-devel
- mate-menus-devel - mate-menus-devel
- redhat-rpm-config
- yelp-tools - yelp-tools


ubuntu: ubuntu:
- git
- make
# Append new requires below
- gir1.2-freedesktop - gir1.2-freedesktop
- git
- gobject-introspection - gobject-introspection
- gtk-doc-tools - gtk-doc-tools
- intltool - intltool
Expand All @@ -125,6 +123,7 @@ requires:
- libxau-dev - libxau-dev
- libxrandr-dev - libxrandr-dev
- lsb-release - lsb-release
- make
- mate-common - mate-common
- yelp-tools - yelp-tools


Expand Down

0 comments on commit 84c0435

Please sign in to comment.