Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Fixes #60: Adds support for building Windows bin #61

Merged
merged 1 commit into from
Mar 17, 2017

Conversation

jcooklin
Copy link
Collaborator

Fixes #50

Summary of changes:

  • Adds support for building Windows binary

How to verify it:

  • run make

Testing done:

  • manual

img

Copy link

@mbbroberg mbbroberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM.

during make:

2017-03-17 16:19:14 UTC [     info] building plugin: snap-plugin-collector-psutil for Windows

After:

$ tree build/
build
├── darwin
│   └── x86_64
│       └── snap-plugin-collector-psutil
├── linux
│   └── x86_64
│       └── snap-plugin-collector-psutil
└── windows
    └── x86_64
        └── snap-plugin-collector-psutil.exe

6 directories, 3 files
$ ls -lah snap*
-rwxr-xr-x  1 REDACT  REDACT   6.0M Mar 17 09:19 snap-plugin-collector-psutil.exe

@jcooklin jcooklin merged commit d266604 into intelsdi-x:master Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants