Skip to content

Commit

Permalink
chore: update layout of apax yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jun 17, 2024
1 parent 8933d84 commit af9da7f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions apax.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# General information
name: '@simatic-ax/collections'
version: 0.0.0-placeholder
author: Siemens AG
# Description will be displayed in the apax extension
description: This library is for list handling (FIFO/LIFO/LinkedList)
type: lib
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com'
# Environment variables
variables:
APAX_BUILD_ARGS:
- --debug
GITHUB_REG_URL: "https://npm.pkg.github.com"
targets:
- '1500'
- 'axunit-llvm'
# Install Setting
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
'@ax/sdk': 2405.0.0
'@simatic-ax/snippetscollection': 1.0.0
registries:
'@simatic-ax': 'https://npm.pkg.github.com'
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
Expand Down

0 comments on commit af9da7f

Please sign in to comment.