mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 08:15:37 +00:00
Remove .o files before install
These files are not required to perform install but take disk space.
This commit is contained in:
parent
2ef2e93a46
commit
6c9940c2a5
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ variables:
|
|||
- CI/before_script.linux.sh
|
||||
- cd build
|
||||
- cmake --build . -- -j $(nproc)
|
||||
- df -h
|
||||
- du -sh .
|
||||
- find . | grep '\.o$' | xargs rm -f
|
||||
- df -h
|
||||
- du -sh .
|
||||
- cmake --install .
|
||||
- if [[ "${BUILD_TESTS_ONLY}" ]]; then ./openmw_test_suite --gtest_output="xml:tests.xml"; fi
|
||||
- if [[ "${BUILD_TESTS_ONLY}" && ! "${BUILD_WITH_CODE_COVERAGE}" ]]; then ./openmw_detournavigator_navmeshtilescache_benchmark; fi
|
||||
|
|
Loading…
Reference in a new issue