1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update .gitlab-ci.yml

This commit is contained in:
niansa 2018-07-12 13:41:33 +00:00
parent 0698650a68
commit 9a7922024d

View file

@ -1,3 +1,4 @@
job:
script:
- uname -a && pwd && ls -l
- echo "Installing depencies..." && apt update -qq && apt install -qq -y fakeroot && echo "Building Debian package..." && (curl https://gitlab.com/niansa/simpsh-httpd/raw/master/mkdeb.sh | bash -)