From 45a1c9b71199b02fc3e857c88db10f2958a9f449 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 17 Aug 2022 15:07:59 +0200 Subject: [PATCH] ci: Only build the library for testing The docs don't need to be build for that. --- .ci/test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ci/test.sh b/.ci/test.sh index f07b1ff..fd886fb 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -15,9 +15,7 @@ eval "$(luarocks --lua-version ${LUA_VERSION:-5.1} path)" luarocks --lua-version ${LUA_VERSION:-5.1} install busted luarocks --lua-version ${LUA_VERSION:-5.1} install lgi -luarocks --lua-version ${LUA_VERSION:-5.1} install ldoc -luarocks --lua-version ${LUA_VERSION:-5.1} install lua-discount -make -j $(nproc) -C ${SOURCE_DIR:-.} LUA_VERSION=${LUA_VERSION:-5.1} LUA=lua +make -j $(nproc) -C ${SOURCE_DIR:-.} BUILD_DIR=${BUILD_DIR:-./build} LUA_VERSION=${LUA_VERSION:-5.1} LUA=lua build sudo disable-lua ${LUA_VERSION:-5.1}