travis: fix upload script name, add badge to readme
This commit is contained in:
parent
2d1f23b08a
commit
4526b9bb8a
|
@ -32,4 +32,4 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- bash build-waf.sh
|
- bash build-waf.sh
|
||||||
after_script:
|
after_script:
|
||||||
- bash scripts/continious-upload.sh waf-ext waf-noext
|
- bash scripts/continious_upload.sh waf-ext waf-noext
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Waifu Build System
|
# 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 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.
|
This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future.
|
||||||
|
|
Loading…
Reference in New Issue