Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 480 Bytes

building.md

File metadata and controls

25 lines (16 loc) · 480 Bytes

Building the GCP Project Operator

Prerequisites

  • A recent Go distribution (>=1.14) with enabled Go modules

  • Docker or Podman

  • The make binary

Downloading the source

# inside your $GOPATH/src/*
$ git clone https://github.com/openshift/gcp-project-operator
$ cd gcp-project-operator

Compiling gcp-project-operator

$ make

This will build the binaries (which can then be found in gcp-project-operator/build/_output/bin) and run tests.