-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapax.yml
More file actions
45 lines (40 loc) · 1.07 KB
/
apax.yml
File metadata and controls
45 lines (40 loc) · 1.07 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
# General information
name: '@simatic-ax/generators'
version: 0.0.0-placeholder
type: lib
# Description will be displayed in the apax extension
description: "Library containing a collection of signal generators including PulseGenerator for ST programming"
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/generators
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
targets:
- 'llvm'
- '1500'
publicKeys:
"@simatic-ax":
"v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
"v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Dependencies
devDependencies:
"@ax/sdk": ^2510.0.0
"@simatic-ax/snippetscollection": ^1.1.0
"@ax/axunit-mocking": ^8.4.20
dependencies:
"@simatic-ax/io": ^10.0.1
"@ax/system-timer": ^10.2.7
# Files which 'apax pack' will include
files:
- 'README.md'
- 'LICENSE.md'
- 'changelog.md'
- 'snippets'
- 'docs'
- 'bin'