Skip to content

Commit

Permalink
Improve Makefile caching a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Mar 8, 2022
1 parent a461e3b commit 668cbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ release-build-and-test: FORCE
cd build/release && make -j
./build/release/bin/filesaver_tests

gui-conan: FORCE
FileSaver/fat_conan.xcconfig:
mkdir -p FileSaver/conan
cd FileSaver/conan && conan install .. --build --profile ../conan.prof
mkdir -p FileSaver/conan-x86
Expand All @@ -27,7 +27,7 @@ fix-xcconfig: FORCE
cat ./FileSaver/conan-x86/conanbuildinfo.xcconfig | sed 's/ =/[arch=x86_64] =/' >> ./FileSaver/fat_conan.xcconfig

build-gui-release: FORCE
make gui-conan
make FileSaver/fat_conan.xcconfig
cd FileSaver && xcodebuild -project ./FileSaver.xcodeproj -scheme FileSaver -configuration Release

# Requires github-release https://github.com/github-release/github-release
Expand Down

0 comments on commit 668cbe7

Please sign in to comment.