Skip to content

Commit

Permalink
Time installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 15, 2023
1 parent 90db1ef commit b1cd8b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ if [[ $(uname) != CYGWIN* ]]; then
fi

# webp
pushd depends && ./install_webp.sh && popd
pushd depends && time ./install_webp.sh && popd

# libimagequant
pushd depends && ./install_imagequant.sh && popd
pushd depends && time ./install_imagequant.sh && popd

# raqm
pushd depends && ./install_raqm.sh && popd
pushd depends && time ./install_raqm.sh && popd

# extra test images
pushd depends && ./install_extra_test_images.sh && popd
pushd depends && time ./install_extra_test_images.sh && popd
else
cd depends && ./install_extra_test_images.sh && cd ..
cd depends && time ./install_extra_test_images.sh && cd ..
fi

0 comments on commit b1cd8b3

Please sign in to comment.