Skip to content
Snippets Groups Projects
Verified Commit a59dba17 authored by Duncan Macleod's avatar Duncan Macleod :flag_scotland:
Browse files

ci: reformatted for readability

parent 974eec39
No related branches found
No related tags found
1 merge request!2Added CI configuration
......@@ -48,7 +48,11 @@ build:el7:
image: ligo/base:el7
before_script:
- mkdir -p dist/el7
- yum install -yq rpm-build python-setuptools python34-setuptools python3-rpm-macros
- yum install -yq
rpm-build
python-setuptools
python34-setuptools
python3-rpm-macros
script:
- python setup.py sdist
- rpmbuild -tb dist/ligo-common-*.tar.gz
......@@ -61,7 +65,12 @@ build:el7:
before_script:
- mkdir -p ${DIST_PATH}
- apt-get update -yqq
- apt-get install -yq dpkg-dev python-all-dev python-setuptools python3-all-dev python3-setuptools
- apt-get install -yq
dpkg-dev
python-all-dev
python-setuptools
python3-all-dev
python3-setuptools
script:
- dpkg-buildpackage -us -uc
- mv ../python*-ligo-common_*.deb ${DIST_PATH}/
......
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