Commit Graph

265 Commits (openmw-48)

Author SHA1 Message Date
elsid f568909022
Use most recent OSG dependency to match 0.48 RC builds 12 months ago
psi29a efa4b52e9a Comment out flatpack build for now. 2 years ago
psi29a fda1127b5c Merge branch 'FlatpakCI' into 'master'
Flatpak CI Build

See merge request OpenMW/openmw!2066

(cherry picked from commit 856fcb7742)

274ad078 add flatpak ci
2 years ago
Alexander Olofsson 149d0b2f29
Increment CI cache key for Windows builds 2 years ago
elsid a5a3ccd0d2
Use ubuntu:20.04 docker image for Coverity 2 years ago
elsid 7036b1e94d
Use mold linker 2 years ago
elsid 3479aa5bff
Add separate CI job with clang tidy 2 years ago
elsid c51d949d1e
Add GCC Debug job
To build code with enabled assertions but disable symbols to make it faster.
2 years ago
elsid 48ddcda992
Enable GCC test jobs
To build tests in release mode, run tests with sanitizers and measure coverage.
2 years ago
elsid 13a92b8cc2
Use Ubuntu 22.04 for Linux builds 2 years ago
Project579 7a715a7d73 Revert "Re-enable Windows tests."
This reverts commit f8cec04ce74949bf2a86fec3e1bf2c0665419b26.
2 years ago
Project579 02ef9c953e MSVC: Fix all warnings at level 4, upgrade Qt5 to 5.15.2 to also reduce warnings, disabled 5054 warnings due to Qt5's use of deprecated operators in C++20 . 2 years ago
Project579 9e59a7e271 Re-enable Windows tests. 2 years ago
Project579 5ee825b5f6 Enable warnings as errors in MSVC builds. 2 years ago
elsid 6c9940c2a5
Remove .o files before install
These files are not required to perform install but take disk space.
2 years ago
Project579 c3e2f84273 Fix clang-tidy on CI and introduce .clang-tidy file 2 years ago
psi29a 7ca4af308e Merge branch 'revert-7a390a35' into 'master'
Revert "Merge branch 'macos_for_all' into 'master'"

See merge request OpenMW/openmw!2077
2 years ago
psi29a b2cf0918f5 Update .gitlab-ci.yml 2 years ago
psi29a 9519764a74 Update .gitlab-ci.yml 2 years ago
psi29a 94ea3e3a23 disable android's install step to work around no space left 2 years ago
elsid 7989d1645f
Run integration tests in CI 2 years ago
AnyOldName3 62d8c887c0 Revert "Merge branch 'macos_for_all' into 'master'"
This reverts merge request !2007
2 years ago
AnyOldName3 706f6ed788 Ensure we don't clobber the download link while we're using RelWithDebInfo dev builds 2 years ago
AnyOldName3 467fda0110 Properly combine jobs 2 years ago
AnyOldName3 f04ea4a7a8 See if 1h time limit for Windows has been removed
https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27771 has been closed and GitLab's published an update since
2 years ago
jvoisin 9067db523b Get rid of Gitlab SAST
It's completely broken currently, beside
being useless: grepping C++ code to find problem
isn't SAST, it's noise.
2 years ago
psi29a e9567e5b3d macos for all! 2 years ago
psi29a bb0dad7c08 Update to C++20 and see if our CI can handle it. 2 years ago
elsid 92b9e9269d
Run sast jobs in parallel with build jobs 2 years ago
psi29a 63413fba3a reduce the number of builds, by a lot 2 years ago
Bret Curtis a6b9ce9a7a remove macos11 build as it uses 6x times more CI minutes; expensive 2 years ago
Benjamin Winger 248e3d3c2e macOS CI changes 2 years ago
elsid 7b819c54b5
Remove redundant build output before archiving artifacts and packing the cache 2 years ago
jvoisin 5df9573e54 Improve a bit our SAST 2 years ago
psi29a 50561bc787 Merge branch 'jvoisin-master-patch-82710' into 'master'
Make use of Gitlab's SAST

See merge request OpenMW/openmw!1736
2 years ago
elsid 06225c6968 Fix collecting cobertura reports 2 years ago
AnyOldName3 2f10ccd18f Disable Chocolatey community repo
This should work around https://github.com/chocolatey/choco/issues/1541, which causes priority to be ignored and our proxy cache to be skipped
2 years ago
Mads Buvik Sandvei 606a795a54 multiview linker-method 2 years ago
madsbuvi dd5901d351 Initial commit
Multiview shaders.

Refactor Frustum management

Rewrite shared shadow map

cull mask should respect stereo

Stereo savegame screencap

LocalMap refactoring

use the vertex buffer hint instead of the display list patch to enable/disable display lists

Character preview fixes
2 years ago
ζeh Matt 0c2c47810c
Increase CI timeout for windows builds to 2h 2 years ago
jvoisin 52743dadf3 Update .gitlab-ci.yml 2 years ago
jvoisin a8020d8076 Make use of Gitlab's SAST
https://docs.gitlab.com/ee/user/application_security/sast/
2 years ago
psi29a f6757ce124 ccache for Windows 2 years ago
psi29a bb2a7d7996 Merge branch 'coverage' into 'master'
Provide unit tests and coverage reports from CI

See merge request OpenMW/openmw!1675
2 years ago
elsid 56b9e29093
Provide unit tests reports and coverage from CI
Use https://docs.gitlab.com/ee/ci/unit_test_reports.html#googletest for unit tests reports.
Use https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html#cc-example
for coverage reports.
2 years ago
jvoisin a55f1ad103 Merge branch 'bullet_object_tool' into 'master'
Add a tool to load and print information about all bullet objects in all cells

See merge request OpenMW/openmw!1627
2 years ago
elsid d96e2037e3
Build tests by gcc with enabled stdlibc++ assertions in debug mode
This can catch some problems in the code like out of bounds access for
string_view element via operator[] when it refers a buffer larger than the
view.
2 years ago
elsid e7f3524924
Add a tool to load and print information about all bullet objects in all cells 2 years ago
psi29a 010dc90d42 Have Android CI also use latest ccache to fix issues with cmake. 2 years ago
elsid 28ce8fd0f3
Add separate jobs to run tests with ASAN, TSAN, UBSAN
To not slow down benchmarks with all optimizations.
2 years ago