Package archive with gitlab CI

This commit is contained in:
Meutel 2017-04-03 21:23:24 +02:00
parent 1e31b671da
commit 13866843bb
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ build:
- make package
artifacts:
paths:
- bouquins.tar.gz
- build/*
expire_in: 1 hour
tags:
- kcgi

View File

@ -112,8 +112,6 @@ packcgi: $(TARGET)
cp $(OBJS) build/cgi-bin
package: packcgi packwww
tar czf bouquins.tar.gz -C build cgi-bin $(HTMLS) css js fonts
rm -rf build/*
installwww: all
mkdir -p $(HTDOCS) $(HTDOCS)/css $(HTDOCS)/fonts $(HTDOCS)/js