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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -53,7 +53,7 @@ echo ""
@@ -53,7 +53,7 @@ echo ""
echo "CONFIGURE NGINX"
echo "CONFIGURE NGINX"
cd "$NGINX_SRC_DIR" || exit
cd "$NGINX_SRC_DIR" || exit
.auto/configure \
./auto/configure \
--prefix=/etc/nginx \
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--conf-path=/etc/nginx/nginx.conf \
@@ -97,5 +97,5 @@ cd "$NGINX_SRC_DIR" || exit
@@ -97,5 +97,5 @@ cd "$NGINX_SRC_DIR" || exit
echo ""
echo ""
echo "BUILDING NGINX"
echo "BUILDING NGINX"
echo "Using $(nproc) jobs"
echo "Using $(nproc) jobs"
make -j"$(nproc)"
make
"$NGINX_SRC_DIR/objs/nginx -V"
"$NGINX_SRC_DIR/objs/nginx -V"
Loading