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
+ 11
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
1
@@ -98,4 +98,9 @@ echo ""
echo "BUILDING NGINX"
echo "Using $(nproc) jobs"
make
"$NGINX_SRC_DIR/objs/nginx -V"
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