-
Notifications
You must be signed in to change notification settings - Fork 77
Add windows testing #6
Comments
I've started work on this. |
This is what I've got so far: https://github.com/g-easy/opencensus-cpp/tree/appveyor It gets surprisingly far but build is broken on the proto targets with underscores that we filter out on Travis, and test is broken somewhere in protobuf. I'll try to resume work on this next week. Example output: https://ci.appveyor.com/project/g-easy/opencensus-cpp |
I'm running into My workaround for now is:
|
Worked a bit on this in #81--presently blocked on boringssl selecting posix copts rather than windows. I am not certain what the cause is; they seem to be using the same setup that I successfully used for google benchmark. |
Apparently gRPC pinned their boringssl dependency on a who-knows-how-old version with broken Windows builds under bazel. (Trying to fix with grpc/grpc#14566) |
I think this is fixed. Please reopen if work is still left here. |
We don't build everything and we don't test anything. It looks like isturdy was working on (thanks!) getting the gRPC example / integration to build but ran into a grpc issue. |
#292 replaced Appveyor Bazel build with a CMake one. I'd like to see Bazel come back, and also for everything to be built and tested like it is on Travis/Linux. |
Probably use appveyor for that.
The text was updated successfully, but these errors were encountered: