mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:59:56 +00:00
disable android's install step to work around no space left
This commit is contained in:
parent
9ed4d17f8a
commit
94ea3e3a23
1 changed files with 1 additions and 1 deletions
|
@ -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 './{}'
|
||||
|
|
Loading…
Reference in a new issue