File tree Expand file tree Collapse file tree 2 files changed +29
-23
lines changed Expand file tree Collapse file tree 2 files changed +29
-23
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,10 @@ version: 2.1
3
3
# orbs:
4
4
# codecov: codecov/codecov@1.0.4
5
5
6
- jobs :
7
- test :
8
- docker :
9
- - image : rust:1
10
- steps :
11
- - checkout
12
- # - run:
13
- # name: Install CMAKE
14
- # command: 'apt-get update && apt-get install -y cmake'
15
- # - restore_cache:
16
- # keys:
17
- # key: v4-cmake-{{ arch }}-3.14.1
18
- # - run:
19
- # name: Fetch newer CMAKE ...
20
- # command: 'wget https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.tar.gz && tar zxf cmake-3.14.1.tar.gz && cd cmake-3.14.1 && cmake . && make'
21
- # - save_cache:
22
- # paths:
23
- # - cmake-3.14.1
24
- # key: v4-cmake-{{ arch }}-3.14.1
25
- # - run:
26
- # name: install newer CMAKE ...
27
- # command: 'cd cmake-3.14.1 && make install'
6
+ commands :
7
+ run_tests :
8
+ description : " A very simple command for demonstration purposes"
9
+ steps :
28
10
- run :
29
11
name : Version information
30
12
command : rustc --version; cargo --version; rustup --version
47
29
- run :
48
30
name : Run all tests
49
31
command : cargo test --all
32
+
33
+ jobs :
34
+ test :
35
+ docker :
36
+ - image : rust:1
37
+ steps :
38
+ - checkout
39
+ # - run:
40
+ # name: Install CMAKE
41
+ # command: 'apt-get update && apt-get install -y cmake'
42
+ # - restore_cache:
43
+ # keys:
44
+ # key: v4-cmake-{{ arch }}-3.14.1
45
+ # - run:
46
+ # name: Fetch newer CMAKE ...
47
+ # command: 'wget https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.tar.gz && tar zxf cmake-3.14.1.tar.gz && cd cmake-3.14.1 && cmake . && make'
48
+ # - save_cache:
49
+ # paths:
50
+ # - cmake-3.14.1
51
+ # key: v4-cmake-{{ arch }}-3.14.1
52
+ # - run:
53
+ # name: install newer CMAKE ...
54
+ # command: 'cd cmake-3.14.1 && make install'
55
+ - run_tests : {}
50
56
# - run:
51
57
# name: Install nightly
52
58
# command: rustup install nightly
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simd-json"
3
- version = " 0.1.15 "
3
+ version = " 0.1.16 "
4
4
authors = [" Heinz N. Gies <heinz@licenser.net>" ]
5
5
edition = " 2018"
6
6
exclude = [ " data/*" ]
You can’t perform that action at this time.
0 commit comments