Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 734 Bytes

File metadata and controls

33 lines (23 loc) · 734 Bytes

reqcheck

Determine when a WebKit requirement has a new release

example workflow

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 .