Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .ldrelease/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,26 @@ repo:
jobs:
- circleCI:
linux:
image: ldcircleci/ld-c-sdk-ubuntu:3 # defined in sdks-ci-docker project
image: ldcircleci/ld-c-sdk-ubuntu:5 # defined in sdks-ci-docker project
# Needed to allow AWS authentication to succeed using circleCI job (an empty context will suffice; this one
# exists specifically for that purpose.)
context: circleci-oidc-auth
env:
LD_LIBRARY_FILE_PREFIX: linux-gcc-64bit
- circleCI:
mac:
xcode: "12.5.1"
# Needed to allow AWS authentication to succeed using circleCI job (an empty context will suffice; this one
# exists specifically for that purpose.)
context: circleci-oidc-auth
env:
LD_LIBRARY_FILE_PREFIX: osx-clang-64bit
- circleCI:
timeoutMinutes: 20 # Windows takes longer than usual to build & test.
windows: {} # the {} means "we want to specify windows here, but no special parameters within it"
# Needed to allow AWS authentication to succeed using circleCI job (an empty context will suffice; this one
# exists specifically for that purpose.)
context: circleci-oidc-auth
env:
LD_LIBRARY_FILE_PREFIX: windows-vs-64bit

Expand Down