Skip to content

Commit

Permalink
fix: Use home dir for both projects
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Feb 14, 2024
1 parent 4798270 commit ac3203f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-template-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ export USER=esp
source /home/esp/export-esp.sh

# Build esp-idf-template
cd /home/esp
cargo generate esp-rs/esp-idf-template cargo --name test-std-$1 --vcs none --silent -d mcu=$1 -d advanced=false
cd test-std-$1
cargo build
# Build esp-tempalte
cd /home/esp
cargo generate esp-rs/esp-template --name test-nostd-$1 --vcs none --silent -d mcu=$1 -d advanced=false
cd test-nostd-$1
cargo build

0 comments on commit ac3203f

Please sign in to comment.