mirror of
https://github.com/PDP-10/klh10.git
synced 2026-04-02 12:09:22 +00:00
Build and test in Travis CI.
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: c
|
||||
dist: trusty
|
||||
sudo: required
|
||||
install: true
|
||||
script:
|
||||
- ./autogen.sh
|
||||
- mkdir tmp
|
||||
- cd tmp
|
||||
- ../configure
|
||||
- make base-kl
|
||||
- cd ../run/dfkfb
|
||||
- ../../tmp/bld-kl/kn10-kl dfkfb.ini
|
||||
@@ -15,5 +15,4 @@ set sw=400100,,0
|
||||
go
|
||||
|
||||
; Quit when done
|
||||
quit
|
||||
|
||||
really-quit
|
||||
|
||||
Reference in New Issue
Block a user