1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:29:55 +00:00

disable android's install step to work around no space left

This commit is contained in:
psi29a 2022-07-06 07:54:23 +00:00
parent 9ed4d17f8a
commit 94ea3e3a23

View file

@ -584,7 +584,7 @@ Ubuntu_AndroidNDK_arm64-v8a:
- CI/before_script.android.sh
- cd build
- cmake --build . -- -j $(nproc)
- cmake --install .
- # cmake --install . # no one uses builds anyway, disable until 'no space left' is resolved
- ccache -s
- df -h
- ls | grep -v -e '^extern$' -e '^install$' | xargs -I '{}' rm -rf './{}'