Travis CI

这个提交包含在:
Bandie 2018-03-29 05:06:17 +02:00
父节点 57b228e873
当前提交 5c9d9e3c85
签署人:: Bandie
GPG 密钥 ID: C1E133BC65A822DD
共有 4 个文件被更改,包括 7 次插入1 次删除

2
.travis.yml 普通文件
查看文件

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

查看文件

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

查看文件

@ -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 vendored 可执行文件
查看文件

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