From 072e335cb989e163ed047a8019b751afbba4a5ef Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 28 May 2019 21:56:14 +0200 Subject: [PATCH] CI Added travis-CI --- .travis.yml | 12 ++++++++++++ README.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..26a5ecf --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +branches: + only: + - master + +dist: + - xenial + +language: c +compiler: + - gcc + +script: make diff --git a/README.md b/README.md index 4e7d397..7b2575d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # unsplit +[![Build Status](https://travis-ci.org/grisu48/unsplit.svg?branch=master)](https://travis-ci.org/grisu48/unsplit) + In-situ binary file merger This is a really simple tool to merge file that have been splitted using the 'split' command. The tools appends all the given files to the first one on-place.