|
@ -11,7 +11,7 @@ cache: |
|
|
install: |
|
|
install: |
|
|
- pip install -U platformio |
|
|
- pip install -U platformio |
|
|
- npm install -g npm@latest |
|
|
- npm install -g npm@latest |
|
|
- cd code ; npm ci ; cd .. |
|
|
|
|
|
|
|
|
- cd code && npm ci && cd .. |
|
|
env: |
|
|
env: |
|
|
global: |
|
|
global: |
|
|
- BUILDER_TOTAL_THREADS=4 |
|
|
- BUILDER_TOTAL_THREADS=4 |
|
|