Skip to content

Commit 84dcc5f

Browse files
committed
Merge branch '4-upgrade-catch2-to-fix-build' into 'dev'
Resolve "Upgrade catch2 to fix build" Closes #4 See merge request objectbox/objectbox-generator!2
2 parents 0d1c771 + bf8c6ba commit 84dcc5f

3 files changed

Lines changed: 1256 additions & 699 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ test: ## Test all targets
2020
go test -timeout 1h ./...
2121

2222
clean: ## Clean previous builds
23-
go clean -cache ./..
23+
go clean -cache
24+
go clean ./..
2425
rm -f objectbox-generator
2526
rm -f objectbox-generator.exe
2627
rm -rf third_party/flatbuffers-c-bridge/cmake-build

0 commit comments

Comments
 (0)