Reorganized Travis build order, so that a more varied selection of platforms is present near the top
This commit is contained in:
parent
eadd7da136
commit
efa0e82c06
38
.travis.yml
38
.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
|
||||
|
|
Loading…
Reference in New Issue
Block a user