From efa0e82c06df7769d02b8b399375fc7755281693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 25 Jul 2018 15:12:54 +0200 Subject: [PATCH] Reorganized Travis build order, so that a more varied selection of platforms is present near the top --- .travis.yml | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc45839..e0d3155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,24 @@ matrix: - qemu-system-arm - bochs-sdl - dosbox + - os: linux + env: MODE=gui-sh + sudo: false + addons: + apt: + packages: + - *common_apt_packages + - os: linux + env: MODE=dosbox + sudo: false + addons: + apt: + packages: + - *common_apt_packages + - dosbox + - os: osx + env: MODE=osx-test # Ensure that the Makefile works. Check that the generated os.bat works in sh mode + install: make all test/noemu test/macos - os: linux env: MODE=qemu-system-i386-floppy sudo: false @@ -81,26 +99,6 @@ matrix: packages: - *common_apt_packages - bochs-sdl - - os: linux - env: MODE=gui-sh - sudo: false - addons: - apt: - packages: - - *common_apt_packages - - os: linux - env: MODE=dosbox - sudo: false - addons: - apt: - packages: - - *common_apt_packages - - dosbox - - os: osx - env: MODE=osx-test # Ensure that the Makefile works. Check that the generated os.bat works in sh mode - install: make all test/noemu test/macos - # TODO: install sikulix - # TODO: test in SH mode before_install: - brew install cdrtools || true