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
|
- qemu-system-arm
|
||||||
- bochs-sdl
|
- bochs-sdl
|
||||||
- dosbox
|
- 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
|
- os: linux
|
||||||
env: MODE=qemu-system-i386-floppy
|
env: MODE=qemu-system-i386-floppy
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -81,26 +99,6 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- *common_apt_packages
|
- *common_apt_packages
|
||||||
- bochs-sdl
|
- 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:
|
before_install:
|
||||||
- brew install cdrtools || true
|
- brew install cdrtools || true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user