mirror of
https://github.com/PDP-10/its.git
synced 2026-05-02 22:33:27 +00:00
14 lines
293 B
YAML
14 lines
293 B
YAML
language: c
|
|
sudo: required
|
|
env:
|
|
- EMULATOR=simh
|
|
- EMULATOR=klh10
|
|
install:
|
|
- sudo add-apt-repository ppa:dns/gnu -y
|
|
- sudo apt-get update -myq
|
|
- sudo apt-get install -my simh expect
|
|
- sudo apt-get install --only-upgrade autoconf
|
|
script: make
|
|
notifications:
|
|
email: lars@nocrew.org
|