aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-12-01 09:15:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-12-01 09:15:43 +0100
commitaff72d877d41933bb9d546884e106d15c556126a (patch)
tree7720470f86c7ab8a868eec1878048f4c61f3ffc6 /.travis.yml
parentda6f59b5c1557d5e0c2aaa164efff61c3ada8d59 (diff)
downloadayatana-ido-aff72d877d41933bb9d546884e106d15c556126a.tar.gz
ayatana-ido-aff72d877d41933bb9d546884e106d15c556126a.tar.bz2
ayatana-ido-aff72d877d41933bb9d546884e106d15c556126a.zip
.travis.yml: Run autogen.sh before configuring/building.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d8e9c9..035d964 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,3 +98,6 @@ jobs:
before_install:
- eval "${MATRIX_EVAL}"
+
+before_scripts:
+ - NOCONFIGURE=1 ./autogen.sh