Updated some Travis files. Silly typo!

This commit is contained in:
waltje
2019-03-10 01:20:30 -05:00
parent e766749bd8
commit 538f65f443
4 changed files with 14 additions and 12 deletions

View File

@@ -9,11 +9,11 @@
# #
# Build script for the Travis CI remote builder service. # Build script for the Travis CI remote builder service.
# #
# Version: @(#).travis-build.sh 1.0.4 2018/04/26 # Version: @(#).travis-build.sh 1.0.5 2019/03/10
# #
# Author: Fred N. van Kempen, <decwiz@yahoo.com> # Author: Fred N. van Kempen, <decwiz@yahoo.com>
# #
# Copyright 2018 Fred N. van Kempen. # Copyright 2018,2019 Fred N. van Kempen.
# #
# Redistribution and use in source and binary forms, with # Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the # or without modification, are permitted provided that the

View File

@@ -9,11 +9,11 @@
# #
# Deployment script for the Travis CI remote builder service. # Deployment script for the Travis CI remote builder service.
# #
# Version: @(#).travis-deploy.sh 1.0.2 2018/04/17 # Version: @(#).travis-deploy.sh 1.0.3 2019/03/10
# #
# Author: Fred N. van Kempen, <decwiz@yahoo.com> # Author: Fred N. van Kempen, <decwiz@yahoo.com>
# #
# Copyright 2018 Fred N. van Kempen. # Copyright 2018,2019 Fred N. van Kempen.
# #
# Redistribution and use in source and binary forms, with # Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the # or without modification, are permitted provided that the

View File

@@ -8,13 +8,13 @@
# #
# Project file for the Travis CI remote builder service. # Project file for the Travis CI remote builder service.
# #
# Version: @(#).travis.yml 1.0.12 2018/05/14 # Version: @(#).travis.yml 1.0.13 2019/03/10
# #
# Authors: Natalia Portillo, <claunia@claunia.com> # Authors: Natalia Portillo, <claunia@claunia.com>
# Fred N. van Kempen, <decwiz@yahoo.com> # Fred N. van Kempen, <decwiz@yahoo.com>
# #
# Copyright 2018,2019 Fred N. van Kempen.
# Copyright 2018 Natalia Portillo. # Copyright 2018 Natalia Portillo.
# Copyright 2018 Fred N. van Kempen.
# #
# Redistribution and use in source and binary forms, with # Redistribution and use in source and binary forms, with
# or without modification, are permitted provided that the # or without modification, are permitted provided that the
@@ -57,8 +57,8 @@ env:
matrix: matrix:
- PROG=VARCem CROSS=y DEBUG=n - PROG=VARCem CROSS=y DEBUG=n
- PROG=VACRCem-debug CROSS=y DEBUG=y - PROG=VARCem-debug CROSS=y DEBUG=y
- PROG=VACRCem-dev CROSS=y DEBUG=y DEV_BUILD=y - PROG=VARCem-dev CROSS=y DEBUG=y DEV_BUILD=y
before_install: before_install:
# Kill off the (most likely running) APT daily update. # Kill off the (most likely running) APT daily update.

View File

@@ -1,8 +1,7 @@
Welcome to **VARCem**, the Virtual Archaeological Computer EMulator. Welcome to **VARCem**, the Virtual Archaeological Computer EMulator.
VARCem is a software application which emulates a selection of of (mostly) VARCem is a software application which emulates a selection of of (mostly)
x86-based PC systems and devices based on the ISA, EISA, VLB, MCA and PCI x86-based PC systems and devices based on the ISA, VLB, MCA and PCI buses.
system buses.
The program tries to be cycle-exact, meaning the guest software (the software The program tries to be cycle-exact, meaning the guest software (the software
being run inside the emulated system) will run as fast (or, depending on how being run inside the emulated system) will run as fast (or, depending on how
@@ -26,11 +25,14 @@ which is compatible with the GPL (GNU Public License) version 2 or later that
is used by many of the modules imported from other emulator projects. Author is used by many of the modules imported from other emulator projects. Author
credits and specific copyrights can be found in each of the source files. credits and specific copyrights can be found in each of the source files.
Obviously, where license terms of individual modules deviate from the general
project license terms, the terms of such an individual module prevail.
Community and Support Community and Support
--------------------- ---------------------
Information, downloads, additional modules and such can be found on our Information, downloads, additional modules and such can be found on our
[Website](http://www.varcem.com/). Live support and general help can [Website](http://www.VARCem.com/). Live support and general help can
also be found on our [IRC channel](https://kiwiirc.com/client/irc.freenode.net/?nick=VARCem_Guest|?#VARCem) also be found on our [IRC channel](https://kiwiirc.com/client/irc.freenode.net/?nick=VARCem_Guest|?#VARCem)
@@ -53,4 +55,4 @@ BUILD STATUS
------------ ------------
The auto-builds handled by Travis-CI are [![Build Status](https://travis-ci.org/VARCem/VARCem.svg?branch=master)](https://travis-ci.org/VARCem/VARCem) The auto-builds handled by Travis-CI are [![Build Status](https://travis-ci.org/VARCem/VARCem.svg?branch=master)](https://travis-ci.org/VARCem/VARCem)
Last Updated: 10/06/2018 Last Updated: 2019/03/10