forked from prebid/prebid-server
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #795 from PubMatic-OpenWrap/ci
OpenWrap_Release_23rd_May_2024
- Loading branch information
Showing
73 changed files
with
4,028 additions
and
1,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,4 @@ analytics/filesystem/testFiles/ | |
*.swp | ||
*.swo | ||
pbsimage | ||
manual_build | ||
manual_build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ all: deps test build-modules build | |
# deps will clean out the vendor directory and use go mod for a fresh install | ||
deps: | ||
GOPROXY="https://proxy.golang.org" go mod vendor -v && go mod tidy -v | ||
|
||
# test will ensure that all of our dependencies are available and run validate.sh | ||
test: deps | ||
# If there is no indentation, Make will treat it as a directive for itself; otherwise, it's regarded as a shell script. | ||
|
@@ -37,10 +37,10 @@ format: | |
# formatcheck runs format for diagnostics, without modifying the code | ||
formatcheck: | ||
./scripts/format.sh -f false | ||
|
||
mockgen: mockgeninstall mockgendb mockgencache mockgenmetrics mockgenlogger mockgenpublisherfeature | ||
|
||
# export GOPATH=~/go ; GOBIN=~/go/bin; export PATH=$PATH:$GOBIN | ||
# export GOPATH=~/go ; GOBIN=~/go/bin; export PATH=$PATH:$GOBIN | ||
mockgeninstall: | ||
go install github.com/golang/mock/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.