mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
9 lines
159 B
YAML
9 lines
159 B
YAML
language: c
|
|
sudo: required
|
|
install:
|
|
- sudo apt-get update -myq
|
|
- sudo apt-get install -my simh expect
|
|
script: make
|
|
notifications:
|
|
email: lars@nocrew.org
|