Closes #23: rename project since it does not use only Travis anymore

This commit is contained in:
Georges Dupéron 2018-08-25 22:59:54 +02:00
parent 224809a83c
commit ef4c20ce7a
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,5 @@
language: c language: c
addons: addons:
apt: apt:
packages: &common_apt_packages packages: &common_apt_packages
@ -125,8 +126,8 @@ install:
script: script:
- make test/${MODE} - make test/${MODE}
- | - |
./utils/auto-push.sh "https://github.com/jsmaniac/travis-os.git" \ ./utils/auto-push.sh "https://github.com/jsmaniac/os-test-framework.git" \
"git@github.com:jsmaniac/travis-os-deploy-artifacts.git" \ "git@github.com:jsmaniac/os-test-framework-deploy-artifacts.git" \
"screenshots-$TRAVIS_BRANCH-$MODE" \ "screenshots-$TRAVIS_BRANCH-$MODE" \
"deploy-base" \ "deploy-base" \
"edf345aad47e" \ "edf345aad47e" \

View File

@ -6,24 +6,24 @@ Below are screenshots of an example operating system. This example merely displa
## QEMU (floppy disk) ## QEMU (floppy disk)
![Latest screenshot of the operating system running in QEMU, booted as a floppy disk](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-qemu-system-i386-floppy/qemu-system-i386-floppy.png) ![Latest screenshot of the operating system running in QEMU, booted as a floppy disk](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-qemu-system-i386-floppy/qemu-system-i386-floppy.png)
## QEMU (CD-ROM) ## QEMU (CD-ROM)
![Latest screenshot of the operating system running in QEMU, booted as a CD-ROM](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-qemu-system-i386-cdrom/qemu-system-i386-cdrom.png) ![Latest screenshot of the operating system running in QEMU, booted as a CD-ROM](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-qemu-system-i386-cdrom/qemu-system-i386-cdrom.png)
## VirtualBox ## VirtualBox
![Latest screenshot of the operating system running in VirtualBox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-virtualbox/virtualbox.png) ![Latest screenshot of the operating system running in VirtualBox](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-virtualbox/virtualbox.png)
## Bochs ## Bochs
![Latest screenshot of the operating system running in Bochs](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-bochs/bochs.png) ![Latest screenshot of the operating system running in Bochs](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-bochs/bochs.png)
## DOSBox (.bat) ## DOSBox (.bat)
![Latest screenshot of the operating system running in dosbox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-dosbox/dosbox.png) ![Latest screenshot of the operating system running in dosbox](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-dosbox/dosbox.png)
## Unix graphical environment (.sh) ## Unix graphical environment (.sh)
![Latest screenshot of the operating system running in gui-sh](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-master-gui-sh/gui-sh.png) ![Latest screenshot of the operating system running in gui-sh](https://raw.githubusercontent.com/jsmaniac/os-test-framework-deploy-artifacts/screenshots-master-gui-sh/gui-sh.png)