Skip to content

Commit f6b7102

Browse files
authored
Merge pull request #2 from wsjcpp/dev
Updated wsjcpp.yml
2 parents 2865acf + 33bdd1d commit f6b7102

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

wsjcpp.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ name: wsjcpp/wsjcpp-yaml
66
version: 0.0.2
77
description: Read/Write yaml files
88
issues: https://github.com/wsjcpp/wsjcpp-yaml/issues
9+
910
repositories:
10-
- "https://github.com/wsjcpp/wsjcpp-yaml"
11+
- type: main
12+
url: "https://github.com/wsjcpp/wsjcpp-yaml"
13+
1114
keywords:
1215
- c++
1316
- yaml
@@ -23,17 +26,18 @@ requirements:
2326
libs:
2427
- pthread
2528
packages:
26-
- "https://github.com/wsjcpp/wsjcpp-core:v0.0.2"
29+
- "https://github.com/wsjcpp/wsjcpp-core:master"
2730

2831
distribution:
29-
sources:
30-
- from: src/wsjcpp_yaml.cpp
31-
to: wsjcpp_yaml.cpp
32-
sha1: ""
33-
- from: src/wsjcpp_yaml.h
34-
to: wsjcpp_yaml.h
35-
sha1: ""
36-
# scripts:
32+
- source-file: src/wsjcpp_yaml.cpp
33+
target-file: wsjcpp_yaml.cpp
34+
sha1: ""
35+
type: "source-code"
36+
- source-file: src/wsjcpp_yaml.h
37+
target-file: wsjcpp_yaml.h
38+
sha1: ""
39+
type: "source-code"
40+
3741

3842
unit-tests:
3943
folder: unit-tests # default

0 commit comments

Comments
 (0)