Build h2spec for Linux, Mac and Windows
Перейти к файлу
Immo Landwerth 8c65720ec7
Link Code of Conduct (#1)
2020-04-09 12:58:07 -07:00
.gitignore nupgk via dotnet pack 2018-06-15 14:43:49 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#1) 2020-04-09 12:58:07 -07:00
Dockerfile New h2spec, remove 'glide' dependency, use 'dep' instead 2019-02-13 16:57:43 -08:00
README.md Add h2spec versioning instructions 2019-03-22 14:18:35 -07:00
build.cmd nupgk via dotnet pack 2018-06-15 14:43:49 -07:00
build.sh nupgk via dotnet pack 2018-06-15 14:43:49 -07:00
h2spec.csproj nupgk via dotnet pack 2018-06-15 14:43:49 -07:00
h2spec.nuspec New h2spec, remove 'glide' dependency, use 'dep' instead 2019-02-13 16:57:43 -08:00
make_all.sh New h2spec, remove 'glide' dependency, use 'dep' instead 2019-02-13 16:57:43 -08:00

README.md

What?

This repo builds h2spec in Docker. Builds Linux/Darwin/Windows binaries in one go! (Thanks to GOOS variable.)

  • Built binaries appear in ./out/release directory.
  • Built nupgk file appear in ./bin/Debug directory

Requirements

  • Docker (For creating the binaries)
  • Dotnet SDK 2.x (For packing the nuget file)

Update h2spec

  • Update make_all.sh file to reflect h2spec commit sha you want to build
  • Update h2spec.nuspec to bump the nuget package version
  • (Optional) Update Dockerfile to use a newer Go base image

How to build

Linux/Mac

./build.sh

Windows

build.cmd