Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
build: gen 'build' dir prior to cd and make
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 14, 2023
1 parent e5349ee commit bfa9a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ yellow_echo "Generating Makefiles"
./autogen.sh

echo
echo "Generating 'build' directory"
mkdir build
echo "Entering 'build' directory"
cd build

Expand Down

0 comments on commit bfa9a9e

Please sign in to comment.