Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
22fa00199
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
22fa00199
Commits
e3ec5189
Unverified
Commit
e3ec5189
authored
3 years ago
by
lni
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add debug build target for Makefile (#526)
parent
15603993
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-0
7 additions, 0 deletions
Makefile
with
7 additions
and
0 deletions
Makefile
+
7
−
0
View file @
e3ec5189
...
@@ -17,6 +17,13 @@ config: cmd/generate-config/main.go cmd/generate-config/config_template.go cmd/g
...
@@ -17,6 +17,13 @@ config: cmd/generate-config/main.go cmd/generate-config/config_template.go cmd/g
build
:
cmd/db-server/main.go
build
:
cmd/db-server/main.go
go build
-o
mo-server cmd/db-server/main.go
go build
-o
mo-server cmd/db-server/main.go
# Building mo-server binary for debugging, it uses the latest MatrixCube from master.
.PHONY
:
debug
debug
:
cmd/db-server/main.go
go get github.com/matrixorigin/matrixcube
go mod tidy
go build
-tags
debug
-o
mo-server cmd/db-server/main.go
# Running unit test cases
# Running unit test cases
# Set test timeout to 15 minutes
# Set test timeout to 15 minutes
# Excluding frontend test cases temporarily
# Excluding frontend test cases temporarily
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment