Cette révision appartient à :
Bandie 2018-03-29 05:06:17 +02:00
Parent 57b228e873
révision 5c9d9e3c85
Signé par: Bandie
ID de la clé GPG: C1E133BC65A822DD
4 fichiers modifiés avec 7 ajouts et 1 suppressions

2
.travis.yml Fichier normal
Voir le fichier

@ -0,0 +1,2 @@
language: C
sudo: enabled

Voir le fichier

@ -23,3 +23,5 @@ clean:
rm bin/notify_touchy
rmdir bin
test:
@printf "What to test?\n"

Voir le fichier

@ -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

2
configure externe Fichier exécutable
Voir le fichier

@ -0,0 +1,2 @@
#!/bin/bash
echo "This does nothing. Run make instead."