mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
parent
7ace20dd19
commit
8903641dbb
|
@ -14,7 +14,7 @@ dependencies:
|
|||
build:
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
env:
|
||||
ARGS:
|
||||
|
@ -26,6 +26,9 @@ provides:
|
|||
- sbin/nginx
|
||||
|
||||
test:
|
||||
script: |
|
||||
sed -i.bak -e 's/80/8080/g' {{prefix}}/conf/nginx.conf
|
||||
nginx -p {{prefix}} -c {{prefix}}/conf/nginx.conf -t
|
||||
script:
|
||||
# won't run without `nogroup`
|
||||
- run: if ! getent group nogroup; then exit 0; fi
|
||||
if: linux
|
||||
- sed -i.bak -e 's/80/8080/g' {{prefix}}/conf/nginx.conf
|
||||
- nginx -p {{prefix}} -c {{prefix}}/conf/nginx.conf -t
|
||||
|
|
Loading…
Reference in a new issue