-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PureCloud Jenkins
committed
Mar 4, 2021
1 parent
19d4aa6
commit 84a14b6
Showing
2,495 changed files
with
3,048 additions
and
220,606 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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
PACKAGE_NAME = platformclientv2 | ||
ROOT_DIR = $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) | ||
|
||
build: | ||
cd ${ROOT_DIR}; go build -o ./bin/${PACKAGE_NAME} ./${PACKAGE_NAME} | ||
cd ${PACKAGE_NAME}; go build -o ../bin/${PACKAGE_NAME} | ||
|
||
test: | ||
cd ${ROOT_DIR}; go test -v -failfast ./${PACKAGE_NAME} | ||
cd ${PACKAGE_NAME}; go test -v -failfast |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.