Skip to content

Commit

Permalink
Merge pull request #425 from unum-cloud/main-dev
Browse files Browse the repository at this point in the history
Fix: CMake output path
  • Loading branch information
ashvardanian authored Aug 17, 2023
2 parents cebafd5 + a2af86b commit 5bd5c1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
-DUSTORE_BUILD_ENGINE_ROCKSDB=1 \
-DUSTORE_BUILD_API_FLIGHT_CLIENT=0 \
-DUSTORE_BUILD_API_FLIGHT_SERVER=1 \
-DUSE_CONAN=1 .
-DUSE_CONAN=1 \
-B ./build_release .
- name: Build
run: make -j 4 -C ./build_release
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 0.13.9
cff-version: 0.13.10
message: "If you use this software, please cite it as below."
authors:
- family-names: "Vardanian"
given-names: "Ash"
orcid: "https://orcid.org/0000-0002-4882-1815"
title: "UStore by Unum Cloud"
version: 0.13.9
version: 0.13.10
doi: 10.5281/zenodo.7537043
date-released: 2022-06-12
url: "https://github.com/unum-cloud/ustore"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.9
0.13.10

0 comments on commit 5bd5c1c

Please sign in to comment.