summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-10-27 12:10:59 -0400
committerGitHub <noreply@github.com>2021-10-27 12:10:59 -0400
commit0e7c2fde510c95caefaf9f520c22b79b5ce58916 (patch)
tree7bde1aed4b85b521a9296a6c95702fbb1d825fb1
parent9b04a3076d419279ac43f165be89a9893f9f0670 (diff)
downloadlibgit2-ethomson/codespaces.tar.gz
Update setup.shethomson/codespaces
-rwxr-xr-x.devcontainer/setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh
index c328bf3b9..acbfda1d6 100755
--- a/.devcontainer/setup.sh
+++ b/.devcontainer/setup.sh
@@ -6,4 +6,5 @@ sudo apt-get -y --no-install-recommends install cmake
mkdir build
cd build
-cmake .. \ No newline at end of file
+cmake ..
+cmake --build . --parallel