Windows builds need some defines being set to use the static linking. Also add bazel builds and test to Github-CI.
Example of how someone might consume yaml-cpp with bazel: cc_binary( name = "example", srcs = ["example.cc"], deps = ["@com_github_jbeder_yaml_cpp//:yaml-cpp"], )