Skip to content
Snippets Groups Projects
Commit f722ce4b authored by akiraohgaki's avatar akiraohgaki
Browse files

Add build process for master branch

parent deb061ca
No related branches found
No related tags found
No related merge requests found
pipelines: pipelines:
branches:
master:
- step:
image: ubuntu:14.04
script:
- apt update -qq
- apt -y install sudo git curl
- apt -y install build-essential qt5-default libqt5svg5-dev qtdeclarative5-dev
- apt -y install devscripts debhelper fakeroot
- useradd -m pkgbuilder
- export HOME=/home/pkgbuilder
- chown -R pkgbuilder:pkgbuilder $(pwd)
- sudo -u pkgbuilder sh scripts/build.sh ubuntu
custom: custom:
build-ubuntu: build-ubuntu:
- step: - step:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment