Skip to content

Commit

Permalink
macos: track build-dir in toplevel .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Nov 12, 2024
1 parent 80a44b2 commit eb79a6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ build/*
.flatpak-builder
flatpak/build-dir/

# MacOS artifacts
macos/build-dir/

# ccls cache
.ccls-cache/
.cache/
Expand Down
1 change: 0 additions & 1 deletion macos/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions macos/build-sign-validate-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ set -e
echo
echo "Build release app bundle"
echo
mkdir -p build
cd build
mkdir -p build-dir
cd build-dir
MACOSX_DEPLOYMENT_TARGET=10.15 cmake ../.. -DCMAKE_BUILD_TYPE=Release
make -j
cmake --install . --prefix .
Expand Down

0 comments on commit eb79a6a

Please sign in to comment.