mirror of
https://github.com/bspeice/dtparse
synced 2024-11-13 17:38:09 -05:00
First attempt at .travis.yml
This commit is contained in:
parent
71f8cda588
commit
1e9a0c3bd1
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
language: rust
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- CRATE_NAME=dtparse
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
# Tests will only run on nightly, and where I can install Python/Dateutil
|
||||||
|
# Should still build on stable though
|
||||||
|
- env: TARGET=aarch64-unknown-linux-gnu
|
||||||
|
rust: nightly
|
||||||
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
rust: nightly
|
||||||
|
- env: TARGET=x86_64-unknown-linux-musl
|
||||||
|
rust: nightly
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- set -eu
|
||||||
|
- pip install dateutil
|
||||||
|
- rustup self update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user