core: do not force build of JavaScript plugin in CI
This commit is contained in:
parent
611ea27edc
commit
bcddb06094
@ -67,7 +67,7 @@ run "cd $BUILDDIR"
|
|||||||
|
|
||||||
if [ "$BUILDTOOL" = "cmake" ]; then
|
if [ "$BUILDTOOL" = "cmake" ]; then
|
||||||
# build with CMake
|
# build with CMake
|
||||||
run "cmake .. -DENABLE_JAVASCRIPT=ON -DENABLE_MAN=ON -DENABLE_DOC=ON -DENABLE_TESTS=ON ${BUILDARGS}"
|
run "cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON -DENABLE_TESTS=ON ${BUILDARGS}"
|
||||||
run "make VERBOSE=1 -j$(nproc)"
|
run "make VERBOSE=1 -j$(nproc)"
|
||||||
run "sudo make install"
|
run "sudo make install"
|
||||||
run "ctest -V"
|
run "ctest -V"
|
||||||
@ -76,7 +76,7 @@ fi
|
|||||||
if [ "$BUILDTOOL" = "autotools" ]; then
|
if [ "$BUILDTOOL" = "autotools" ]; then
|
||||||
# build with autotools
|
# build with autotools
|
||||||
run "../autogen.sh"
|
run "../autogen.sh"
|
||||||
run "../configure --enable-javascript --enable-man --enable-doc --enable-tests ${BUILDARGS}"
|
run "../configure --enable-man --enable-doc --enable-tests ${BUILDARGS}"
|
||||||
run "make -j$(nproc)"
|
run "make -j$(nproc)"
|
||||||
run "sudo make install"
|
run "sudo make install"
|
||||||
run "./tests/tests -v"
|
run "./tests/tests -v"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user