We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807957c commit 846d595Copy full SHA for 846d595
1 file changed
data/travis/setup.sh
@@ -2,14 +2,13 @@
2
3
set -e
4
5
-if [ "$CUTTER_MASTER" = "yes" ]; then
+if [ "$CUTTER_MASTER" = "yes" ] || [ "$CUTTER_MAIN" = "yes" ] ; then
6
sudo apt update -qq
7
sudo apt install -qq -y \
8
autotools-dev \
9
intltool \
10
- libgtk2.0-dev \
11
libsoup2.4-dev
12
- git clone --depth 1 --branch master https://github.com/clear-code/cutter.git
+ git clone --depth 1 https://github.com/clear-code/cutter.git
13
cd cutter
14
./autogen.sh
15
./configure --prefix=/usr --localstatedir=/var --enable-debug
0 commit comments