Skip to content

Commit

Permalink
ci: run make template in verbose mode
Browse files Browse the repository at this point in the history
In verbose mode, `make template` shows the exact command that is
executed. It helps look and learn about the particular parameters
used to compile circuits, in comparison with common x86 comipiling.
  • Loading branch information
NickVolynkin committed Jun 30, 2023
1 parent 45b35aa commit 59739ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ compile() {
mkdir -p "$REPO_ROOT/build"
cd "$REPO_ROOT/build"
cmake -DCIRCUIT_ASSEMBLY_OUTPUT=TRUE ..
make template
VERBOSE=1 make template
cd -
check_file_exists "$REPO_ROOT/build/src/template.ll"
fi
Expand Down

0 comments on commit 59739ae

Please sign in to comment.