]> git.ipfire.org Git - thirdparty/openvpn.git/commit
travis: reorder matrix to speed up build
authorSteffan Karger <steffan@karger.me>
Sun, 20 Aug 2017 09:19:04 +0000 (11:19 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Wed, 6 Sep 2017 22:19:24 +0000 (00:19 +0200)
commitcac73d4b93e14f3bd5a1ed11b33f73adb29507a3
treedae653a51ad9ca073fdbd4b3a29e4e0a9c03766e
parentb437bf1c0f60cc5e42d70334bde83a2f9e09be88
travis: reorder matrix to speed up build

The OSX and mingw builds are much slower than the other jobs.  Our free
travis account can only use 4 build executors in parallel. Run the slow
builds earlier, so that when one or more of these finish, the free build
executors will start building the configure variants in parallel with the
slow ones.  (Instead of doing the slow ones last, which results in using
only 1-2 executors during the end stage.)

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <1503220744-5569-1-git-send-email-steffan@karger.me>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15302.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit e0a6afa12ea14685d0497ab27453ccc2b09e6e1f)
.travis.yml