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