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
2025-03-05 08:17:04 +00:00
Code
Activity
fb2b1926f6
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 14:53:51 +03: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 11:53:50 +03:00
make build
Copy permalink