This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial try to support Kotlin 1.3.40 * Use easy-kotlin-mpp-gradle-plugin:0.1.1 * Bump version * Try to not include android.components * Try to accept android licenses * Try to specify licenses * Fullpath of sdkmanager * Try additional fix * Do not use sdkmanager as it seems to not be available * Do not call jsTestChrome since it doesn't exists now * Try to use bionic * Try to install libstdc++6 * Try to use addons.apt.packages instead of apt-get install * strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX * Try to update-upgrade and install libstdc++6 (the lastest is GLIBCXX_3.4.16, so GLIBCXX_3.4.17 is missing) $ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_3.4.14 GLIBCXX_3.4.15 GLIBCXX_3.4.16 GLIBCXX_DEBUG_MESSAGE_LENGTH * Try to use xenial (bionic didn't work without noticing) * Try to force -y * Try to use trusty (14.04) instead of xenial (16.04) just in case xenial is not supported on android and it is forced to precise (12.04) * Do not call upgrade * Try to reorganize travis.yml
- Loading branch information