Skip to content

Commit

Permalink
Remove temporarly makefile targets to fill cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Nov 20, 2023
1 parent 8858397 commit eccc862
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pre-build:

# Runs on every push to the main branch
quick-build:
east build -b nrf52840dk_nrf52840 samples/version_test -d build_i2c -- -DDTC_OVERLAY_FILE=notecard_over_i2c.overlay
# east build -b nrf52840dk_nrf52840 samples/version_test -d build_i2c -- -DDTC_OVERLAY_FILE=notecard_over_i2c.overlay

# Runs on every PR and when doing releases
release:
Expand All @@ -61,12 +61,12 @@ pre-package:
codechecker-build: quick-build

codechecker-check:
east codechecker check -d build_i2c
# east codechecker check -d build_i2c

codechecker-store:
east codechecker store -d build_i2c
# east codechecker store -d build_i2c

# Specify build folders that you want to analyze to the script as positional
# arguments, open it to learn more.
codechecker-diff:
scripts/codechecker-diff.sh build_i2c
# scripts/codechecker-diff.sh build_i2c

0 comments on commit eccc862

Please sign in to comment.