Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 775 Bytes

README.building.md

File metadata and controls

24 lines (18 loc) · 775 Bytes

dsc is built in Jenkins and published to https://developers.redhat.com/products/codeready-workspaces/download

To build in Jenkins:

To build locally:

# purge local yarn cache
rm -fr $HOME/.cache/yarn/v6/

# sync from upstream chectl
./build/scripts/sync.sh -b devspaces-3-rhel-8 \
  -s ${WORKSPACE}/chectl \
  -t ${WORKSPACE}/dsc \
	--server-tag 3.y-zz --operator-tag 3.y-zzz

# build for multiple platforms
platforms="linux-x64,darwin-x64,win32-x64"
yarn && npx oclif-dev pack -t ${platforms}