summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Makefile: fix OUT_DIR does not workllhuii2021-01-121-2/+2
* | Generate coverprofile when test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2021-01-091-0/+5
|/
* CI: switch amd64 tests to Github Action•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-11-181-6/+8
* Modbus mapper refactor (#2282)•••* Add modbus mapper. * Add modbus mapper. * Address comments. 1. Set client to each RTU port instead of each RTU device. 2. Add README 3. Refine the dockerfile * Refine device instance & model example files. * Fix verify and lint issues. * Address lint & verify issues. * Add license * Remove whitenoise * Fix error * Address lint errors * Refine as the Fisher's comment * Remove serial license * Add more license * Address conflictsailorvii2020-11-051-2/+12
* build: Add install rule•••Optionally WHAT can be used to install a single component. For detail check: make install HELP=y Default place is "/usr/local/bin" the generic location for not package binaries on Unix (in $PATH) which is used in current code base. But for flexibility variables can be overloaded from outside For example: make && sudo make install INSTALL_DIR=/usr/local/opt/kubeedge Note: DESTDIR can used by packaging tools (ie: debian) Thanks-to: daixiang0 Change-Id: I9953e111af7e94c76a825b4dbe5cdeec655175f5 Forwarded: https://github.com/kubeedge/kubeedge/pull/1237# Relate-to: https://github.com/kubeedge/kubeedge/issues/1246 Last-update: 2020-10-22 Signed-off-by: Philippe Coval <rzr@users.sf.net> Philippe Coval2020-10-221-0/+34
* Add the build option to make the binaries debuggable•••By default, the debug info will be stripped for the binaries, `cloudcore` for example, to keep the binary as small as possible. This behavior can be overwritten by adding the options `GOLDFLAGS` or `GOGCFLAGS` when building the binaries. As a example, the binary `cloudcore` built with the below command will have DWARF and symbol table kept, the optimizations and inline will also been disabled, this is helpful when you want to use the debugging tools like `delve`. `make all WHAT=cloudcore GOLDFLAGS="" GOGCFLAGS="-N -l"` Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2020-09-041-0/+6
* upate go versionJan Unterbrink2020-07-141-2/+2
* Lint: Add verify-vendor-licenses•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-06-241-1/+4
* Clean all cache before do test•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-301-1/+1
* remove lint by component•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-10/+1
* use golangci misspell linter•••Skip golint linter, and enable in another PR. Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-091-47/+33
* adjust no-phony target•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-2/+4
* use empty go flags•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-1/+1
* lint: add spell check•••Signed-off-by: Xiang Dai <764524258@qq.com> Xiang Dai2020-05-071-2/+14
* update build image for components, fix -ldflags•••Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Kevin Wang2020-03-091-5/+8
* no need to clean before makefisherxu2020-02-261-1/+1
* add e2e for keadm deployfisherxu2020-02-211-0/+17
* support make bluetoothdevice and make bluetoothdevice_imagex•••Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com> zhangjie2020-02-181-32/+34
* support make e2e•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-15/+18
* support make smallbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-2/+32
* support make crossbuild•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-32/+43
* support integrationtest•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-4/+23
* support make lint•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-29/+25
* support make test•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-8/+34
* use bash to build kubeedge components, and use WHAT param•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-02-181-33/+62
* small build in travis ciZhangLianxiang2020-01-171-0/+4
* merge lint checks•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-111-13/+15
* add codegen check to cifisherxu2020-01-091-0/+1
* Adjust all base images to match latest golang 1.12 and alpine 3.10Johannes M. Scheuermann2019-11-201-5/+5
* Make sure the bluetoothdevice image is built in Travis CI•••Signed-off-by: Dave Chen <dave.chen@arm.com> Dave Chen2019-10-291-1/+2
* add golang version check for makefile•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-10-121-0/+1
* add verify-vendor.sh•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-10-011-3/+3
* create a symlink in vendor directory pointing to the staging components•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-301-1/+1
* add deploy and exampleedisonxiang2019-09-051-0/+4
* add _output to .gitignorefisherxu2019-09-041-2/+2
* fix make cloudcore&admissionfisherxu2019-09-031-6/+11
* add deploy script and yaml filesfisherxu2019-08-281-6/+10
* Merge pull request #1016 from subpathdev/verifyVendor•••adding verfify vendor scriptKubeEdge Bot2019-08-191-3/+3
|\
| * Add gomod verify scripts•••adding verfify vendor script check if dependencies have been patched Jan Unterbrink2019-08-151-3/+3
* | edge: use golangci-lint for edge_lint•••For the consistency with other commands, such as cloud_lint and keadm_lint, this PR changes Makefile command `edge_verify` to `edge_lint` and call `golangci-lint` directly. So, edge/hack/verify.sh is no longer being used and deleted. Ziyi Yan2019-08-101-4/+4
|/
* remove init from cloud part and rename cloud partfisherxu2019-08-081-1/+1
* adding build flags for armv7 and armv8 build armv7Jan Unterbrink2019-07-311-0/+20
* rename device dir to mappersfisherxu2019-07-261-3/+3
* Add dockerfile for edgesiteSujith Simon2019-07-081-0/+11
* fix WHAT string edgesiteJan Unterbrink2019-07-031-1/+1
* adding edgesite•••updating error message Jan Unterbrink2019-06-261-1/+4
* Merge pull request #717 from subpathdev/unitTest•••adding unit tests cloudKubeEdge Bot2019-06-251-0/+4
|\
| * adding unit tests cloudJan Unterbrink2019-06-191-0/+4
* | Updated documentation of Bluetooth Mapper to incorporate changes in Makefile ...Sujith Simon2019-06-201-1/+2
* | Added e2e tests for device management (#693)•••* Added e2e tests for device management * Addressed review comments given by rohitsardesai83 * Resolved conflicts and made changes accordingly Sujith Simon2019-06-191-0/+1