From 4526b9bb8a4b5623846240091335fae1e13e164a Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 18 Oct 2019 01:26:36 +0300 Subject: [PATCH] travis: fix upload script name, add badge to readme --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6c6a99..1675c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ jobs: script: - bash build-waf.sh after_script: - - bash scripts/continious-upload.sh waf-ext waf-noext + - bash scripts/continious_upload.sh waf-ext waf-noext diff --git a/README.md b/README.md index fc31282..aca8a08 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Waifu Build System +[![Build Status](https://api.travis-ci.com/FWGS/waifu.svg?branch=master)](https://travis-ci.com/FWGS/waifu) + This is a Waf build system with some experimental modules developed for FWGS projects. This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future.