mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
4 lines
No EOL
246 B
YAML
4 lines
No EOL
246 B
YAML
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 -) |