-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopsi-dev-tool.yml
51 lines (50 loc) · 1.23 KB
/
opsi-dev-tool.yml
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
pyinstaller-poetry:
one_file: no
strip: yes
before_script:
- find plugins -name __pycache__ -exec rm -rf {} +
hidden_imports:
all:
- orjson
- psutil
- pip._internal.commands.install
- rich.tree
- rich.progress
- purecrypt
windows:
- pip._vendor.platformdirs.windows
darwin:
- pip._vendor.platformdirs.macos
collect_submodules:
- opsicli
- urllib3
- opsicommon.package
- code
extra_args:
- --exclude-module=tkinter
- --exclude-module=pytest
- --exclude-module=ruff
- --exclude-module=mypy
scripts:
- script: run-opsicli
binaries:
- opsi-cli
data_files:
- src: ${VENV_SITE_PACKAGES}/pip/_vendor/certifi/cacert.pem
dst: pip/_vendor/certifi
- src: ${VENV_SITE_PACKAGES}/pipreqs/stdlib
dst: pipreqs
- src: ${VENV_SITE_PACKAGES}/pipreqs/mapping
dst: pipreqs
- src: plugins/**/*
dst: plugins
dirname: opsicli
locale_install: []
packages:
- opsicli
jenkins-test:
ACTIONREQUEST: setup,setup,uninstall,uninstall,setup
PRODUCTS: opsi-cli,opsi-cli,opsi-cli,opsi-cli,opsi-cli
SNAPSHOT: patched
PROPERTIES: {}
SYSTEMS: win10-2004,win10-x64-21h2,win11-x64,debian11,sle15-4,macos-12-1