mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #105169 from liggitt/gomodule-codegenerator
Smoke test code-generator using full packages
This commit is contained in:
commit
7432904c53
@ -49,7 +49,9 @@ fi
|
|||||||
|
|
||||||
# smoke test
|
# smoke test
|
||||||
echo "Smoke testing examples by compiling..."
|
echo "Smoke testing examples by compiling..."
|
||||||
go build "./${SCRIPT_ROOT}/examples/crd/..."
|
pushd "./${SCRIPT_ROOT}/examples"
|
||||||
go build "./${SCRIPT_ROOT}/examples/apiserver/..."
|
go build "k8s.io/code-generator/examples/crd/..."
|
||||||
go build "./${SCRIPT_ROOT}/examples/MixedCase/..."
|
go build "k8s.io/code-generator/examples/apiserver/..."
|
||||||
go build "./${SCRIPT_ROOT}/examples/HyphenGroup/..."
|
go build "k8s.io/code-generator/examples/MixedCase/..."
|
||||||
|
go build "k8s.io/code-generator/examples/HyphenGroup/..."
|
||||||
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user