Skip to content

Commit

Permalink
WIP: try path
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed Dec 13, 2023
1 parent bb8a11f commit 5eea266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions targets/os/mbedos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ flash: .mbed-set-flash-flag .build
.PHONY: .build
.build: .mbedignore-copy .mbed-build .mbedignore-remove

.ONESHELL:
.PHONY: .mbed-build
.mbed-build:
. ../../../../venv/bin/activate
$PATH=$PATH:$HOME/.local/bin
mbed config -G MBED_OS_DIR $(MBED_OS_DIR)
mbed compile $(strip $(MBED_CLI_FLAGS))

Expand Down
2 changes: 0 additions & 2 deletions targets/os/mbedos/Makefile.travis
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ install-mbedos:

# Deploy Mbed and install Mbed Python dependencies.
install-mbedos-deps:
python3 -m venv ../venv
. ../venv/bin/activate
pip3 install --upgrade pip
pip3 install mbed-tools
pip3 install -r ../mbed-os/requirements.txt
Expand Down

0 comments on commit 5eea266

Please sign in to comment.