-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Milestone
Description
Reason/Context
- Currently, we are using
build-binaries.shscrip to build binaries for different machines. - It will also help for setup new CI/CD pipeline(Setup delivery pipeline for new CLI #127)
Description
- We have to use
Makefileand will replace it withbuild-binaries.sh, and we can define deferent steps likebuild,testin Makefile.
Implementation ideas
No response