HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #853746
Travis: speed up make dist job
0%
Description
Splitting the travis build in two jobs cut 1/3 from the build time. Currently the slowest job is make dist. Speeding it up makes all the other jobs faster.
Don't install unneeded packages. Don't build more of Freeciv than make dist needs to be there.
History
#1
Updated by Marko Lindqvist over 2 years ago
Install libtolua-dev so you don't need to build tolua from dependencies/, and you should not need the first 'make' at all.
#2
Updated by Sveinung Kvilhaugsvik over 2 years ago
- File 0004-Travis-speed-up-the-make-dist-job.patch 0004-Travis-speed-up-the-make-dist-job.patch added
- Category set to Bootstrap
- Status changed from New to Resolved
- Assignee set to Sveinung Kvilhaugsvik
- Sprint/Milestone set to 3.1.0
Marko Lindqvist wrote:
Install libtolua-dev so you don't need to build tolua from dependencies/, and you should not need the first 'make' at all.
Thank you for the hint, Marko. make dist is no longer the slowest.
#3
Updated by Sveinung Kvilhaugsvik over 2 years ago
- Status changed from Resolved to Closed