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

18 lines
377 B
YAML
Raw Permalink Normal View History

2023-04-02 18:14:10 +00:00
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