Opened 6 years ago
Last modified 6 years ago
#105 accepted feature
make: Move any compilation out of make install
| Reported by: | Lukáš Zaoral | Owned by: | mornfall |
|---|---|---|---|
| Priority: | major | Milestone: | 4.4 |
| Component: | other | Keywords: | |
| Cc: | Kamil Dudka |
Description
Hi,
would it be possible to build everything even before the make install target is executed? At the moment, the nightly builds do not execute this target, and therefore, some compilation errors (e.g. shoop in 4.4.1) are left unnoticed. Thanks.
Change History (2)
comment:1 Changed 6 years ago by
| Cc: | Kamil Dudka added |
|---|
comment:2 Changed 6 years ago by
| Status: | new → accepted |
|---|
Note: See
TracTickets for help on using
tickets.
I have added
make installinto the nightly script instead. But I can't tell for sure it's going to work, since we still have failing tests at the moment. Will close the ticket later.