Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit e965223

Browse files
authored
add releaser config (#13)
1 parent 439ec0f commit e965223

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.ldrelease/config.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
repo:
2+
public: c-server-sdk
3+
private: c-server-sdk-private
4+
5+
circleci:
6+
linux:
7+
image: ldcircleci/ld-c-sdk-ubuntu # defined in sdks-ci-docker project
8+
env:
9+
LD_LIBRARY_FILE_PREFIX: linux-gcc-64bit
10+
mac:
11+
xcode: "9.0"
12+
env:
13+
LD_LIBRARY_FILE_PREFIX: osx-clang-64bit
14+
windows:
15+
env:
16+
LD_LIBRARY_FILE_PREFIX: windows-vs-64bit
17+
18+
documentation:
19+
title: LaunchDarkly Server-Side SDK for C/C++
20+
githubPages: true
21+
22+
sdk:
23+
displayName: "C/C++ (server-side)"

0 commit comments

Comments
 (0)