Test framework to run an OS in multiple emulators, as a guest graphical / text shell on linux, and so on.
Go to file
2018-07-07 16:06:30 +02:00
example-os Fixed typo (missing "test" command); moved screenshot loop to a separate script 2018-07-07 16:06:30 +02:00
test Make the OS file readonly, to prevent the "Text file busy" error (executed as a linux shell script + open for writing by another process) 2018-07-03 19:57:54 +02:00
utils Fixed typo (missing "test" command); moved screenshot loop to a separate script 2018-07-07 16:06:30 +02:00
.gitignore Deploy screenshots 2018-06-30 18:04:45 +02:00
.travis.yml Save screenshots for master and dev, in separate branches 2018-07-03 22:01:29 +02:00
LICENSE.txt Initial commit 2018-06-24 23:49:31 +02:00
README.md Save screenshots for master and dev, in separate branches 2018-07-03 22:01:29 +02:00
travis-deploy-key-id_rsa.enc Disabled display of commands as they risk leaking Travis OpenSSL key and IV, fixed typo 2018-07-02 20:53:36 +02:00

Travis test harness for hobby operating systems

This Travis configuration runs an operating system in various emulators. It can execute a SikuliX test script to ensure that some elements are visible on-screen, send keystrokes and mouse events, and interact with the OS GUI in an automated way. Finally, it will take screenshots of the operating system, and upload them to a separate repository hosting these artifacts.

Below are screenshots of an example operating system. This example merely displays a gradient and does not process any user input.

QEMU

Latest screenshot of the operating system running in QEMU

VirtualBox

Latest screenshot of the operating system running in VirtualBox

Bochs

Latest screenshot of the operating system running in Bochs

DOSBox (.bat)

Latest screenshot of the operating system running in dosbox

Unix graphical environment (.sh)

Latest screenshot of the operating system running in gui-sh