From 5c9d9e3c85b9ac511733b5bca4c1b62b1225130d Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 29 Mar 2018 05:06:17 +0200 Subject: [PATCH] Travis CI --- .travis.yml | 2 ++ Makefile | 2 ++ README.md | 2 +- configure | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .travis.yml create mode 100755 configure diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ebf4b51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: C +sudo: enabled diff --git a/Makefile b/Makefile index 59a0c24..56d4658 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,5 @@ clean: rm bin/notify_touchy rmdir bin +test: + @printf "What to test?\n" diff --git a/README.md b/README.md index 6c1502c..ca00a07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# notify\_touchy +# notify\_touchy [![Build Status](https://travis-ci.org/Bandie/notify_touch.svg?branch=master)](https://travis-ci.org/Bandie/notify_touch) ## Purpose diff --git a/configure b/configure new file mode 100755 index 0000000..7788339 --- /dev/null +++ b/configure @@ -0,0 +1,2 @@ +#!/bin/bash +echo "This does nothing. Run make instead."