ci: footprint: call west update

Call west update after git checkout.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-03-04 10:45:31 -05:00 committed by Maureen Helm
commit 1925c69e81

View file

@ -55,6 +55,7 @@ jobs:
git remote -v git remote -v
git rebase origin/${BASE_REF} git rebase origin/${BASE_REF}
git checkout -b this_pr git checkout -b this_pr
west update
west build -b frdm_k64f tests/benchmarks/footprints -t ram_report west build -b frdm_k64f tests/benchmarks/footprints -t ram_report
cp build/ram.json ram2.json cp build/ram.json ram2.json
west build -b frdm_k64f tests/benchmarks/footprints -t rom_report west build -b frdm_k64f tests/benchmarks/footprints -t rom_report