Skip to content
Snippets Groups Projects

MVP build process

Merged Erick Hitter requested to merge 1-add-build into master
Compare and Show latest version
2 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
2
@@ -97,5 +97,10 @@ cd "$NGINX_SRC_DIR" || exit
echo ""
echo "BUILDING NGINX"
echo "Using $(nproc) jobs"
make -j"$(nproc)"
"$NGINX_SRC_DIR/objs/nginx -V"
make
ls -la "$NGINX_SRC_DIR"
ls -la "$NGINX_SRC_DIR/auto"
ls -la "$OPENSSL_DIR"
ls -la "$OG_DIR"
ls -la "$OG_DIR/src"
Loading