FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
arrayvec/.travis.yml at master · Aelerinya-old/arrayvec · GitHub
Aelerinya-old
/
arrayvec
Public
forked from
bluss/arrayvec
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
arrayvec
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 967 Bytes
Breadcrumbs
arrayvec
/
.travis.yml
Copy path
File metadata and controls
38 lines (38 loc) · 967 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language
:
rust
sudo
:
false
env
:
-
FEATURES='serde'
matrix
:
include
:
-
rust
:
1.36.0
env
:
-
FEATURES='array-sizes-33-128 array-sizes-129-255'
-
rust
:
stable
-
rust
:
stable
env
:
-
FEATURES='serde'
-
rust
:
stable
env
:
-
FEATURES='array-sizes-33-128 array-sizes-129-255'
-
rust
:
beta
-
rust
:
nightly
-
rust
:
nightly
env
:
-
FEATURES='serde'
-
rust
:
nightly
env
:
-
FEATURES='array-sizes-33-128 array-sizes-129-255'
branches
:
only
:
-
master
-
0.4
script
:
-
|
cargo build -v --no-default-features &&
cargo build -v --features "$FEATURES" &&
cargo test -v --features "$FEATURES" &&
cargo test -v --release --features "$FEATURES" &&
cargo bench -v --features "$FEATURES" --no-run &&
cargo doc -v --features "$FEATURES" &&
cargo build -v --manifest-path=nodrop/Cargo.toml &&
cargo test -v --manifest-path=nodrop/Cargo.toml
Back
|
FazBrowse Home
|
New Git URL