repositorypackage
3.0.1+incompatible
Repository: https://github.com/webkitforwindows/reqcheck.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
reqcheck
Determine when a WebKit requirement has a new release
Build
Build the binary with the following command:
set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=0
go build -v -a -tags netgo -o release\windows\amd64\reqcheck.exe ./cmd/reqcheck
Docker
Build the Docker image with the following command:
docker build --file docker\Dockerfile.windows.1809 --tag webkitdev/reqcheck .
Run the Docker image with the following command:
docker run --rm `
-v <path-to-requirements>:C:/WebKitRequirements `
-w C:/WebKitRequirements `
webkitdev/reqcheck vcpkg .