We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c72ae4 commit c949df4Copy full SHA for c949df4
1 file changed
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- run: apt-get update
18
- run: apt-get -y install build-essential git openssh-client dpkg-dev debhelper dh-python pybuild-plugin-pyproject python3-all python3-setuptools
19
- - checkout
+ - run: git clone https://github.com/FOSDEM/video-python-osc.git .
20
- run: ./generate_release.sh
21
- run: make -f debian/rules binary
22
- run: mkdir -p /root/build
0 commit comments