diff --git a/tests/cppunit/config.h b/tests/cppunit/config.h new file mode 100644 index 000000000..9407512e0 --- /dev/null +++ b/tests/cppunit/config.h @@ -0,0 +1,6 @@ +#ifndef EQEMU_CONFIG_H +#define EQEMU_CONFIG_H + +// no-op + +#endif //EQEMU_CONFIG_H diff --git a/utils/scripts/build/linux-build.sh b/utils/scripts/build/linux-build.sh index 6897c599e..6d13cb465 100755 --- a/utils/scripts/build/linux-build.sh +++ b/utils/scripts/build/linux-build.sh @@ -9,11 +9,13 @@ git submodule init && git submodule update perl utils/scripts/build/tag-version.pl -mkdir -p build && cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-Os" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -G 'Unix Makefiles' .. && make -j$((`nproc`-4)) +mkdir -p build && cd build && cmake -DEQEMU_BUILD_TESTS=ON -DEQEMU_BUILD_STATIC=ON -DEQEMU_BUILD_LOGIN=ON -DEQEMU_BUILD_LUA=ON -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-Os" -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -G 'Unix Makefiles' .. && make -j$((`nproc`-4)) curl https://raw.githubusercontent.com/Akkadius/eqemu-install-v2/master/eqemu_config.json --output eqemu_config.json ./bin/tests +ldd ./bin/zone + # shellcheck disable=SC2164 cd /drone/src/