Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ligo-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
lscsoft
ligo-common
Commits
a59dba17
Verified
Commit
a59dba17
authored
6 years ago
by
Duncan Macleod
Browse files
Options
Downloads
Patches
Plain Diff
ci: reformatted for readability
parent
974eec39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Added CI configuration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-2
11 additions, 2 deletions
.gitlab-ci.yml
with
11 additions
and
2 deletions
.gitlab-ci.yml
+
11
−
2
View file @
a59dba17
...
...
@@ -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}/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment