This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
node-feature-discovery
Watch
1
Star
0
Fork
You've already forked node-feature-discovery
0
mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced
2024-12-14 11:57:51 +00:00
Code
Activity
b2b5c8b43f
node-feature-discovery
/
scripts
/
test-infra
/
build.sh
4 lines
27 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts/test-infra: add build.sh A script for verifying (non-docker) build.
2020-08-24 11:53:51 +00:00
#!/bin/bash -e
scripts: don't use '-e' command line option for make There is no reason to override variables from the environment anymore.
2020-09-15 08:53:50 +00:00
make build
Copy permalink