Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
protz committed May 5, 2021
1 parent a5523d8 commit 6c69788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function exec_build() {
# this is a special file that is parsed by Azure Devops
result_file="../result.txt"

if misc && check_version_controlled && make clean && make -j $threads && \
if misc && check_version_controlled && make -C kremlib clean && make -j $threads && \
make -C test everything -j $threads && \
make -C book/tutorial && \
refresh_tutorial
Expand Down

0 comments on commit 6c69788

Please sign in to comment.