-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathVSoft.Awaitable.dspec.yaml
More file actions
59 lines (54 loc) · 1.79 KB
/
VSoft.Awaitable.dspec.yaml
File metadata and controls
59 lines (54 loc) · 1.79 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# DPM package spec file
# Used to build packages
min client version: 1.0
# metadata describes the package to the user
metadata:
id: VSoft.Awaitable
version: 0.7.0
authors: [ Vincent Parrett ]
description: Async/Await wrapper for OmniThreaLibrary
projectUrl: https://github.com/VSoftTechnologies/VSoft.Awaitable
repositoryUrl: https://github.com/VSoftTechnologies/VSoft.Awaitable
license: Apache-2.0
readme: README.md
copyright: Vincent Parrett and contributors
tags: [ async, await, omnithread ]
repositoryCommit: Id:bafa016869e602d022197ef10e341e929ad910de
# define variable defaults - can be overriden in targetPlatforms
variables:
packageSource: "Rad Studio $compilernoprefix$"
# package folder names are a mess.
targetPlatforms:
- compiler from: delphixe2
compiler to: delphixe8
platforms: [ win32, win64 ]
- compiler from: delphi10.0
compiler to: delphi10.4
platforms: [ win32, win64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$ $compilerCodeName$"
- compilers: [ delphi11 ]
platforms: [ win32, win64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$.0 $compilerCodeName$"
- compiler from: delphi12
compiler to: delphi13
platforms: [ win32, win64 ]
variables:
packageSource: "Rad Studio $compilernoprefix$"
templates:
- name: default
dependencies:
- id: VSoft.CancellationToken
version: "[0.1.4,]"
- id: Gabr42.OmniThreadLibrary
version: "[3.7.12,]"
source:
- src: ./LICENSE.txt
- src: ./source/*.pas
- src: ./packages/$packageSource$/*.dpk
dest: ./packages/$packageSource$
- src: ./packages/$packageSource$/*.dproj
dest: ./packages/$packageSource$
build:
- project: ./packages/$packageSource$/VSoft.AwaitableR.dproj