Add deps
This commit is contained in:
@@ -2,8 +2,9 @@ image: archlinux
|
|||||||
packages:
|
packages:
|
||||||
- flatpak
|
- flatpak
|
||||||
- flatpak-builder
|
- flatpak-builder
|
||||||
|
- python-pip
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~sumner/offlinemsmtp
|
- https://git.sr.ht/~sumner/sublime-music
|
||||||
environment:
|
environment:
|
||||||
REPO_NAME: sublime-music
|
REPO_NAME: sublime-music
|
||||||
# triggers:
|
# triggers:
|
||||||
|
@@ -5,7 +5,7 @@ packages:
|
|||||||
- openssh
|
- openssh
|
||||||
- py3-docutils
|
- py3-docutils
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~sumner/offlinemsmtp
|
- https://git.sr.ht/~sumner/sublime-music
|
||||||
secrets:
|
secrets:
|
||||||
# README Personal Access Token
|
# README Personal Access Token
|
||||||
- 2fb5fd72-fa96-46c6-ab90-6b7cabebba16
|
- 2fb5fd72-fa96-46c6-ab90-6b7cabebba16
|
||||||
|
@@ -1,10 +1,13 @@
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
- dbus
|
- dbus
|
||||||
|
- gobject-introspection
|
||||||
|
- python-cairo
|
||||||
|
- python-gobject
|
||||||
- python-poetry
|
- python-poetry
|
||||||
- xorg-server-xvfb
|
- xorg-server-xvfb
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~sumner/offlinemsmtp
|
- https://git.sr.ht/~sumner/sublime-music
|
||||||
environment:
|
environment:
|
||||||
REPO_NAME: sublime-music
|
REPO_NAME: sublime-music
|
||||||
# triggers:
|
# triggers:
|
||||||
@@ -26,7 +29,6 @@ tasks:
|
|||||||
cicd/custom_style_check.py
|
cicd/custom_style_check.py
|
||||||
|
|
||||||
- test: |
|
- test: |
|
||||||
./cicd/start-dbus.sh
|
|
||||||
Xvfb :119 -screen 0 1024x768x16 &
|
Xvfb :119 -screen 0 1024x768x16 &
|
||||||
export DISPLAY=:119
|
export DISPLAY=:119
|
||||||
./cicd/pytest.sh
|
./cicd/pytest.sh
|
||||||
|
@@ -1,9 +1,10 @@
|
|||||||
image: archlinux
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- python
|
- py3-pip
|
||||||
- xorg-server-xvfb
|
- py3-setuptools
|
||||||
|
- py3-twine
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~sumner/offlinemsmtp
|
- https://git.sr.ht/~sumner/sublime-music
|
||||||
environment:
|
environment:
|
||||||
REPO_NAME: sublime-music
|
REPO_NAME: sublime-music
|
||||||
# triggers:
|
# triggers:
|
||||||
@@ -16,7 +17,7 @@ tasks:
|
|||||||
echo "cd ${REPO_NAME}" >> ~/.buildenv
|
echo "cd ${REPO_NAME}" >> ~/.buildenv
|
||||||
|
|
||||||
- build: |
|
- build: |
|
||||||
python setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
- deploy-pypi: |
|
- deploy-pypi: |
|
||||||
./cicd/run_if_tagged_with_version \
|
./cicd/run_if_tagged_with_version \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Reference in New Issue
Block a user