mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #82] not able to build latest release 0.0.30 #284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @je-vv on GitHub (Aug 15, 2016).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/82
The folowing is not the failure, but it's a suggestion (on Arch it was necessary):
npm install -g imagemin-pngquant
That under:
peerflix-server-0.0.30/.travis.yml
Besides that, when the build reaches the following it just hangs:
++++++++++++++++++++++++++
Running "concurrent:dist" (concurrent) task
Running "svgmin:dist" (svgmin) task
✔ app/images/logo.svg (saved 783 B 45%)
Total saved: 783 B
Done, without errors.
Execution Time (2016-08-14 06:49:15 UTC)
loading tasks 7ms ▇▇▇ 6%
svgmin:dist 111ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 93%
Total 119ms
Running "copy:styles" (copy) task
Copied 1 files
Done, without errors.
Execution Time (2016-08-14 06:49:15 UTC)
loading tasks 5ms ▇▇▇▇▇▇▇▇▇▇▇▇ 24%
copy:styles 15ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 71%
Total 21ms
^C
Execution Time (2016-08-14 06:49:13 UTC)
concurrent:dist 1h 44m 58.6s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 100%
Total 1h 44m 58.8s
@je-vv commented on GitHub (Aug 15, 2016):
My mistake, the .travis.yml change proposed is NOT required, and npm install is working fine as advertise... There was a bower thing added on top that wasn't working...