Skip to content

Commit

Permalink
Update travis for Gtk3 and GooCanvas2
Browse files Browse the repository at this point in the history
Updates #770 and #771
  • Loading branch information
shawnlaffan committed Nov 6, 2020
1 parent e06d5ba commit 668ebd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ before_install:

# Disable Gtk stuff for speed reasons
# Reinstate when we add the GUI variant
- if [ $BD_TEST_GUI ]; then sudo apt-get install libgnomecanvas2-dev; fi;
- if [ $BD_TEST_GUI ]; then sudo apt-get install libgoocanvas-2.0-dev; fi;

# Here as well as cpanfile because of dependency problems if not installed before Gnome2::Canvas
- if [ $BD_TEST_GUI ]; then cpanm --notest ExtUtils::Depends ExtUtils::PkgConfig Glib Gtk2; fi;
- if [ $BD_TEST_GUI ]; then cpanm --notest ExtUtils::Depends ExtUtils::PkgConfig Glib Gtk3 GooCanvas2; fi;

- if [ $BD_TEST_GUI ]; then cpanm --quiet --installdeps --notest --with-all-features .; fi;

Expand Down

0 comments on commit 668ebd2

Please sign in to comment.