Skip to content

Commit 7613425

Browse files
committed
Use mangle-hw-libs script on Linux builder
1 parent 774c0c7 commit 7613425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ linux-builder:
2323
- cd doc; make html SPHINXOPTS="-D html_theme_options.analytics_id=UA-4381101-5"; cd ..;
2424
- ~/auto-update-sphinx "$CI_PROJECT_DIR/build" "$CI_COMMIT_REF_NAME"
2525
- python3 freeze.py build
26+
- /bin/sh ./installer/mangle-hw-libs.sh "build/exe.linux-x86_64-3.4/"
2627
- python3 installer/build-server.py "$SLACK_TOKEN" "$S3_ACCESS_KEY" "$S3_SECRET_KEY" "$WINDOWS_KEY" "$WINDOWS_PASSWORD" "$GITHUB_USER" "$GITHUB_PASS" "False" "$CI_COMMIT_REF_NAME"
2728
when: always
2829
except:

0 commit comments

Comments
 (0)