File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ addons:
3131 - libgl1-mesa-dri
3232 - libglapi-mesa
3333 - libosmesa6
34+ - musl-dev
3435before_install :
3536- ./scripts/before_install.sh
3637install :
Original file line number Diff line number Diff line change @@ -15,4 +15,8 @@ PACKAGE_JSON_VERSION=$(node -e "console.log(require('./package.json').version)")
1515if [[ ${COMMIT_MESSAGE} == ${PACKAGE_JSON_VERSION} ]]; then
1616 echo " running prebuild"
1717 node ./node_modules/prebuild/bin.js -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 --strip -u ${GITHUB_TOKEN}
18+
19+ if [[ ${TRAVIS_OS_NAME} == " linux" ]]; then
20+ node ./node_modules/prebuild/bin.js --libc=musl -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 --strip -u ${GITHUB_TOKEN}
21+ fi
1822fi
You can’t perform that action at this time.
0 commit comments