File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,24 @@ jobs:
63
63
pip install pyinstaller
64
64
pip install tox
65
65
pip install tox-wheel
66
- pip install fosslight_dependency
66
+ pip install fosslight_dependency
67
+ sudo npm install -g license-checker
67
68
- name : Install Pod
68
69
working-directory : ./tests/test_cocoapods/cocoapods-tips/JWSCocoapodsTips
69
70
run : pod install --clean-install
70
71
- name : Make executable file
71
- run : pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks
72
+ run : pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --add-binary "src/fosslight_dependency/third_party/askalono/askalono_macos:third_party/askalono"
72
73
- name : Run Test
73
74
working-directory : ./dist
74
- run : ./cli -p ../tests/test_cocoapods/cocoapods-tips/JWSCocoapodsTips -o ../tests/result/Cocoapods
75
+ run : |
76
+ ./cli -p ../tests/test_pypi -o ../tests/result/pip
77
+ ./cli -p ../tests/test_npm1 -o ../tests/result/npm1
78
+ ./cli -p ../tests/test_npm2 -o ../tests/result/npm2 -m npm
79
+ ./cli -p ../tests/test_maven1/lombok.maven -o ../tests/result/maven1
80
+ ./cli -p ../tests/test_maven2 -o ../tests/result/maven2
81
+ ./cli -p ../tests/test_gradle/jib -o ../tests/result/gradle
82
+ ./cli -p ../tests/test_pub -o ../tests/result/pub
83
+ ./cli -p ../tests/test_cocoapods/cocoapods-tips/JWSCocoapodsTips -o ../tests/result/Cocoapods
75
84
- name : Run Flake8
76
85
run : tox -e run_macos
77
86
reuse :
You can’t perform that action at this time.
0 commit comments