We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3364b67 commit af7a474Copy full SHA for af7a474
.travis.yml
@@ -80,7 +80,7 @@ before_script:
80
81
script:
82
- tar xzf download-cache/drizzle7-2011.07.21.tar.gz && cd drizzle7-2011.07.21
83
- - ./configure --prefix=/usr --without-server > build.log 2>&1 || (cat build.log && exit 1)
+ - ./configure --prefix=$LIBDRIZZLE_PREFIX --without-server > build.log 2>&1 || (cat build.log && exit 1)
84
- sudo PATH=$PATH make libdrizzle-1.0 install-libdrizzle-1.0 > build.log 2>&1 || (cat build.log && exit 1)
85
- cd ..
86
- cd luajit2
0 commit comments