-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove cmake - rename pinpintPy - add testcase for plugins - support macos - add gz for build faster close #538
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 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
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 |
---|---|---|
|
@@ -115,6 +115,8 @@ jobs: | |
# ref https://github.com/pypa/setuptools/issues/3198 | ||
pip install -e . | ||
python -m unittest discover -s src/PY/test | ||
- if: matrix.python-version == '3.8' | ||
run : | | ||
pip install -r plugins/PY/requirements.txt | ||
python -m unittest discover -s plugins/PY/pinpointPy | ||
Collector-agent: | ||
|
@@ -137,5 +139,7 @@ jobs: | |
uses: arduino/[email protected] | ||
|
||
- run: | | ||
export GO_PATH=~/go | ||
export PATH=$PATH:/$GO_PATH/bin | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest && go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest | ||
cd collector-agent && make && go test ./... -v |