kmitl-profund-exercise/pipetofile-ssh-pubkeys/.travis.yml

17 lines
377 B
YAML

language: cpp
compiler: gcc
jobs:
include:
- os: linux
dist: focal
- os: linux
dist: xenial
- os: osx
env:
- BUILD_TYPE=Debug
script:
- echo 1 | ./install.sh
- cat test-input.txt
- cat test-input.txt | ~/.local/bin/$(basename $PWD)
- echo "Contents of /tmp/ssh_authorized_keys:" && cat /tmp/ssh_authorized_keys
- echo 1 | ./uninstall.sh