Commit b65ed8e9 authored by nanahira's avatar nanahira

ci

parent d2cd9dd3
Pipeline #10634 failed with stages
in 23 seconds
......@@ -13,8 +13,11 @@ build:
- wget -qO - 'https://proget.hunterwittenborn.com/debian-feeds/makedeb.pub' | gpg --dearmor | tee /usr/share/keyrings/makedeb-archive-keyring.gpg
- echo 'deb [signed-by=/usr/share/keyrings/makedeb-archive-keyring.gpg arch=all] https://proget.hunterwittenborn.com/ makedeb main' | tee /etc/apt/sources.list.d/makedeb.list
- apt update
- apt -y install makedeb
- makedeb
- apt -y install makedeb sudo
- useradd -ms /bin/bash container
- chown -R container:container .
- sudo -u container makedeb
- chown -R root:root .
- mkdir dist
- mv wechat-uos*.deb dist/
artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment