Skip to content

Commit

Permalink
Seems make is not installed in Fedora anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Apr 4, 2018
1 parent 4e6ff19 commit 3818e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- cid=`docker run --tty --detach --volume $TRAVIS_BUILD_DIR:/snapd-glib --workdir /snapd-glib $IMAGE bash`
- if [ $IMAGE = "ubuntu:rolling" ]; then docker exec $cid apt-get update; fi
- if [ $IMAGE = "ubuntu:rolling" ]; then docker exec $cid apt-get install -y --no-install-recommends autoconf automake gtk-doc-tools libgirepository1.0-dev libglib2.0-dev libjson-glib-dev libsoup2.4-dev libtool qtbase5-dev qtdeclarative5-dev valac; fi
- if [ $IMAGE = "fedora:latest" ]; then docker exec $cid dnf install -y autoconf automake gcc gcc-c++ gobject-introspection-devel glib2-devel gtk-doc json-glib-devel libsoup-devel libtool qt5-qtbase-devel qt5-qtdeclarative-devel redhat-rpm-config vala; fi
- if [ $IMAGE = "fedora:latest" ]; then docker exec $cid dnf install -y autoconf automake gcc gcc-c++ gobject-introspection-devel glib2-devel gtk-doc json-glib-devel libsoup-devel libtool make qt5-qtbase-devel qt5-qtdeclarative-devel redhat-rpm-config vala; fi
- docker exec $cid ./autogen.sh --disable-silent-rules --enable-gtk-doc
- docker exec $cid make
- docker exec $cid make check

0 comments on commit 3818e75

Please sign in to comment.