Run integration tests in CI

This commit is contained in:
elsid 2022-06-06 01:10:33 +02:00
parent 8a13cde778
commit 7989d1645f
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
9 changed files with 150 additions and 29 deletions

View file

@ -28,7 +28,6 @@ declare -a CMAKE_CONF_OPTS=(
-DBUILD_SHARED_LIBS=OFF
-DUSE_SYSTEM_TINYXML=ON
-DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON
-DCMAKE_INSTALL_PREFIX=install
-DOPENMW_CXX_FLAGS="-Werror -Werror=implicit-fallthrough" # flags specific to OpenMW project
)