Skip to content

Commit

Permalink
Delete build directory
Browse files Browse the repository at this point in the history
I frequently delete the build directory when re-configuring builds and
it creates very noisy git diffs since the directory is currently tracked.
  • Loading branch information
thetic committed Dec 29, 2022
1 parent fd25857 commit 3a893bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ generated/
*.LOG
/console_output
/exit

# Builds
/cpputest_build/
2 changes: 0 additions & 2 deletions cpputest_build/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/appveyor_ci_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Load functions from the helper file
. (Join-Path (Split-Path $MyInvocation.MyCommand.Path) 'appveyor_helpers.ps1')

mkdir cpputest_build

function Invoke-BuildCommand($command, $directory = '.')
{
$command_wrapped = "$command;`$err = `$?"
Expand Down

0 comments on commit 3a893bc

Please sign in to comment.