-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathVSoft.DelphiMocks.dspec.yaml
More file actions
36 lines (32 loc) · 1010 Bytes
/
VSoft.DelphiMocks.dspec.yaml
File metadata and controls
36 lines (32 loc) · 1010 Bytes
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
# DPM package spec file
# Used to build packages
min client version: 1.0
# metadata describes the package to the user
metadata:
id: VSoft.DelphiMocks
version: 0.3.2
authors: [ Vincent Parrett ]
description: Simple mocking framework for Delphi XE2 or later
projectUrl: https://github.com/VSoftTechnologies/Delphi-Mocks
repositoryUrl: https://github.com/VSoftTechnologies/Delphi-Mocks
license: Apache-2.0
readme: README.md
copyright: Vincent Parrett and contributors
tags: [ mocking, unit testing ]
repositoryCommit: #HASH#
variables:
packageSource: Rad Studio $compilernoprefix$
targetPlatforms:
- compiler from: delphixe2
compiler to: delphi13.0
platforms: [ win32, win64 ]
templates:
- name: default
source:
- src: ./LICENSE.txt
- src: ./source/*.pas
- src: ./source/*.inc
- src: ./packages/$packageSource$/*.dpk
- src: ./packages/$packageSource$/*.dproj
build:
- project: ./packages/$packageSource$/VSoft.DelphiMocksR.dproj