Skip to content

couchbaselabs/couchbase-lite-c-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to verify

Jenkins

Run the following Jenkins job by specifying Couchbase Lite version and build number:

Local

Linux

  1. cd desktop

  2. Create .env file with the following environment variables

CBL_VERSION=<CBL Version such as 3.2.1>
CBL_BUILD=<Build Number>
CBL_EDITION=<enterprise, community>
CBL_ARCH=<arm64, amd64, armhf>
OS_NAME=<debian>
OS_VERSION=<11, 12>
  1. Run docker compose up and check the result.
docker compose up --build
  1. Clean up
docker compose down

Windows

  1. cd desktop

  2. Run ./scripts/verify_windows.sh <CBL Version: 3.2.1> <Build Number> <Edition: enterprise, community>

macOS

  1. cd desktop

  2. Run ./scripts/verify_macos.sh <CBL Version: 3.2.1> <Build Number> <Edition: enterprise, community>

iOS

  1. cd ios

  2. Run ./scripts/verify_ios.sh <CBL Version: 3.2.1> <Build Number> <Edition: enterprise, community>