travis: fix upload script name, add badge to readme

This commit is contained in:
Alibek Omarov 2019-10-18 01:26:36 +03:00
parent 2d1f23b08a
commit 4526b9bb8a
2 changed files with 3 additions and 1 deletions

View File

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

View File

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