make the local link build fast and run the test only if asked #1588 (#1671)

* make the local link build fast and run the test only if asked #1588

* demo core doesn't exist

* link after install

* move in after success matrix build and install scripts
This commit is contained in:
Eugenio Romano
2017-03-23 10:54:49 +00:00
committed by Mario Romano
parent 2bedae8db5
commit 1661d58765
21 changed files with 92 additions and 70 deletions

View File

@@ -44,7 +44,13 @@ in the demo shell:
* If you want to build all your local component:
```sh
./npm-buid-alll.sh
./npm-buid-all.sh
```
* If you want to build all your local component and run the test:
```sh
./npm-buid-alll.sh -test
```
* If you want clean all your local component and the demo shell: