Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Oct 16, 2020
  3. Oct 14, 2020
  4. Oct 09, 2020
  5. Apr 21, 2020
  6. Feb 25, 2020
  7. May 23, 2019
    • gnzlbg's avatar
      Update Android SDK, NDK (r19c), and API versions (arm:24,x86:28) · eb0794a5
      gnzlbg authored
      * Update Android NDK to version r19c
      * Update Android API versions to:
        * API 24 on arm and aarch64 targets
        * API 28 on x86 and x86_64 targets
      * Unified headers were removed in NDK 16
      * Refactor the NDK and SDK installation scripts
      * OpenJDK version 8 must be kept: it appears that
        the Android tools do not work with more modern OpenJDK
        versions.
      eb0794a5
  8. May 16, 2019
  9. May 14, 2019
  10. Oct 27, 2017
  11. Aug 22, 2017
  12. Feb 23, 2017
  13. Nov 17, 2016
    • Alex Crichton's avatar
      Share the host's `target` directory for tests · c2842463
      Alex Crichton authored
      This helps caching between runs and can help speed up turnaround time for
      various operations. The old android container didn't work out for some reason
      due to permissions so the definition has now been vendored locally to just
      rebuild it each time.
      c2842463
  14. Jun 15, 2016
    • Alex Crichton's avatar
      Use docker for all CI tests and images · 3eb4a48b
      Alex Crichton authored
      Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This
      commit alters the CI infrastructure to use Docker images for each target. This
      should make it much easier to update the images and tweak various bits and
      pieces of installed software. Additionally, it's also much clearer now what's
      needed for each suite of tests!
      
      Some images were updated a bit (e.g. musl is now 1.1.14), but other images
      encountered failures when updating so they're not getting updated just yet.
      3eb4a48b
Loading