split build and run scripts due to option conflicts

Remove -v from travis as it blew log length
This commit is contained in:
Ciro Santilli
2017-11-02 17:38:33 +00:00
parent d7569bec0c
commit 6c51ecaf7b
13 changed files with 220 additions and 225 deletions

View File

@@ -6,6 +6,6 @@ Testing you should do before pushing: new modules:
New arch:
- `./run -a ARCH`
- `./build -a ARCH && ./run -a ARCH`
- `wget google.com` for Internet
- `./runqemu -a ARCH -d` and `./rungdb -a ARCH`
- `./run -a ARCH -d` and `./rungdb -a ARCH`