Lines Matching +full:build +full:- +full:and +full:- +full:deploy
1 # Copyright JS Foundation and other contributors, http://js.foundation
7 # http://www.apache.org/licenses/LICENSE-2.0
12 # See the License for the specific language governing permissions and
16 # Default target for running the build test outside the Travis CI environment.
22 ## Targets for installing build dependencies of the Mbed OS 5 JerryScript target.
24 # Deploy Mbed and install Mbed Python dependencies.
26 pip install mbed-cli
27 cd targets/mbedos5 && mbed deploy
29 pip install -r targets/mbedos5/mbed-os/requirements.txt
30 pip install -r targets/mbedos5/tools/requirements.txt
35 # Build the firmware (Mbed OS 5 with JerryScript).
37 …# HACK: `EXTRA_SRC[_MOD]` are abused to pass `--library` to `mbed compile` in the `all` make targe…
39 …# HACK: but the `library` make target does not build either because the launcher sources require `…
40 $(MAKE) -C targets/mbedos5 BOARD=K64F EXTRA_SRC=dummy EXTRA_SRC_MOD=--library