SCP: continuous build in Travis CI.

This commit is contained in:
Lars Brinkhoff 2018-03-15 12:42:01 +01:00
parent f5ca960b82
commit 2e99cd0311
2 changed files with 6 additions and 0 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
os:
- linux
- osx
language: c
script: make all

View file

@ -1,6 +1,7 @@
# SIMH v4.0 - Current # SIMH v4.0 - Current
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh) [![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh)
[![Build Status](https://travis-ci.org/simh/simh.svg)](https://travis-ci.org/simh/simh)
## Table of Contents: ## Table of Contents:
[WHAT'S NEW since simh v3.9](#whats-new-since-simh-v39) [WHAT'S NEW since simh v3.9](#whats-new-since-simh-v39)