Skip to content
Snippets Groups Projects

MVP build process

Merged Erick Hitter requested to merge 1-add-build into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -12,6 +12,14 @@ test_build_script:
@@ -12,6 +12,14 @@ test_build_script:
script:
script:
- shellcheck ./scripts/build.sh
- shellcheck ./scripts/build.sh
 
test_build_nginx:
 
stage: build
 
script:
 
- chmod +x ./scripts/build.sh
 
- ./scripts/build.sh
 
except:
 
- master
 
build_nginx:
build_nginx:
stage: build
stage: build
script:
script:
@@ -20,3 +28,5 @@ build_nginx:
@@ -20,3 +28,5 @@ build_nginx:
artifacts:
artifacts:
paths:
paths:
- src/nginx/objs/nginx
- src/nginx/objs/nginx
 
only:
 
- master
Loading