Skip to content

Automate iOS tests on Travis #42

Closed
@SSheldon

Description

@SSheldon

With #25 I put in the work to get the tests working on iOS, but since they aren't run automatically by Travis they don't get run that often.

Running these tests on Travis would be tricky, since we need a Rust compiler that supports iOS. This might have to wait until there's easier cross-compilation support by just downloading the standard library for iOS, which was mentioned as goal for 2016:

We’re shooting for push-button cross-compiles. The idea is that compiling Rust code for another target should be easy:

  1. Download a precompiled version of libstd for the target in question, if you don’t already have it.
  2. Execute cargo build --target=foo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions