-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsjcpp.yml
41 lines (35 loc) · 1015 Bytes
/
wsjcpp.yml
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
39
40
41
name: "wsjcpp-dto"
version: "v0.0.1"
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
description: "Helper classes for create C++ Data Transfer Object "
authors:
- name: "Evgenii Sopov"
email: "[email protected]"
origins:
- address: "https://sea-kg.com/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
dependencies:
- name: "wsjcpp-core"
version: "v0.2.0"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
- name: "nlohmann/json"
version: "v3.9.1"
url: "https://github.com/nlohmann/json:develop"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/nlohmann_json"
unit-tests:
cases:
- name: "DtoPerson"
description: "Test DtoPerson"
distribution:
- source-file: "src/wsjcpp_dto.h"
target-file: "wsjcpp_dto.h"
type: "source-code"
- source-file: "src/wsjcpp_dto.cpp"
target-file: "wsjcpp_dto.cpp"
type: "source-code"