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

17 lines
355 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/data.txt:" && cat /tmp/data.txt
- echo 1 | ./uninstall.sh