parent
d5a818d54c
commit
a31cfdd37e
@ -0,0 +1,10 @@
|
|||||||
|
--- locale-0.2.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
|
+++ locale-0.2.2/Cargo.toml 2018-11-14T13:30:03.963721+01:00
|
||||||
|
@@ -20,6 +20,7 @@
|
||||||
|
keywords = ["i18n", "g12n", "l10n"]
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/rust-locale/rust-locale/"
|
||||||
|
+exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
libc = "0.2"
|
@ -0,0 +1 @@
|
|||||||
|
1
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
standard-inventory-qcow2:
|
||||||
|
qemu:
|
||||||
|
# `cargo test` usually eats more than 1G.
|
||||||
|
m: 4G
|
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
repositories:
|
||||||
|
- repo: "https://src.fedoraproject.org/tests/rust.git"
|
||||||
|
dest: rust
|
||||||
|
tests:
|
||||||
|
- rust/cargo-test
|
||||||
|
environment:
|
||||||
|
pkg: rust-locale
|
Loading…
Reference in new issue