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 78397ab commit 7c3f82dCopy full SHA for 7c3f82d
.travis.yml
@@ -32,11 +32,11 @@ script:
32
# Run unittests
33
- python -m unittest discover test/ || exit 1
34
- export WLLVM_HOME=`pwd`
35
-# - export APACHE_VER=2.4.18
+ - export APACHE_VER=2.4.18
36
# build apache with clang
37
-# - ${WLLVM_HOME}/.travis/apache_clang.sh
+ - ${WLLVM_HOME}/.travis/apache_clang.sh
38
# build apache with gcc and dragonegg
39
-# - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
+ - ${WLLVM_HOME}/.travis/apache_dragonegg.sh
40
# build musllvm with clang
41
- ${WLLVM_HOME}/.travis/musllvm.sh
42
0 commit comments