-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSpring4D.Extensions.dspec.yaml
More file actions
67 lines (63 loc) · 2.35 KB
/
Spring4D.Extensions.dspec.yaml
File metadata and controls
67 lines (63 loc) · 2.35 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
60
61
62
63
64
65
66
67
# DPM package spec file
# Used to build packages
min client version: 1.0
# metadata describes the package to the user
metadata:
id: Spring4D.Extensions
version: 2.0.2-beta.2
authors: [ Spring4D Team ]
description: Spring4D Data Library
projectUrl: https://github.com/VSoftTechnologies/Spring4DMirror
repositoryUrl: https://github.com/VSoftTechnologies/Spring4DMirror
license: Apache-2.0
readme: README.md
copyright: Spring4D Team
tags: [ spring4d, extensions ]
repositoryCommit: #HASH#
# define variable defaults - can be overriden in targetPlatforms
variables:
packageSource: "$compilerNoPoint$"
targetPlatforms:
- compiler from: delphixe2
compiler to: delphixe3
platforms: [ win32, win64, macos32 ]
- compiler: delphixe4
platforms: [ win32, win64, macos32, ios32, iossimulator ]
- compiler from: delphixe5
compiler to: delphixe7
platforms: [ win32, win64, macos32, android, ios32, iossimulator ]
- compiler: delphixe8
platforms: [ win32, win64, macos32, android, ios32, ios64, iossimulator ]
- compiler from: delphi10.0
compiler to: delphi10.1
platforms: [ win32, win64, macos32, android, ios32, ios64, iossimulator ]
variables:
packageSource: "$compilerNoPoint$$CompilerCodeName$"
- compiler: delphi10.2
platforms: [ win32, win64, macos32, android, ios32, ios64, iossimulator, linux64 ]
variables:
packageSource: "$compilerNoPoint$$CompilerCodeName$"
- compiler: delphi10.3
platforms: [ win32, win64, macos32, macos64, android, android64, ios32, ios64, iossimulator, linux64 ]
variables:
packageSource: "$compilerNoPoint$$CompilerCodeName$"
- compiler: delphi10.4
platforms: [ win32, win64, macos64, android, android64, ios64, iossimulator, linux64 ]
variables:
packageSource: "$compilerNoPoint$$CompilerCodeName$"
- compiler from: delphi11
compiler to: delphi13
platforms: [ win32, win64, macos64, macosarm64, android, android64, ios64, linux64 ]
templates:
- name: default
dependencies:
- id: Spring4D.Base
version: 2.0.2-beta.2
source:
- src: ./License.txt
- src: ./source/*.inc
- src: ./source/Extensions/**.pas
- src: ./packages/$packageSource$/Spring.Extensions.dpk
- src: ./packages/$packageSource$/Spring.Extensions.dproj
build:
- project: ./packages/$packageSource$/Spring.Extensions.dproj