Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parity-ethereum
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
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
Show more breadcrumbs
ddorgan
parity-ethereum
Commits
4a0baf20
Commit
4a0baf20
authored
6 years ago
by
ddorgan
Browse files
Options
Downloads
Patches
Plain Diff
Slim down...
parent
d3f627fe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#22961
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-40
0 additions, 40 deletions
.gitlab-ci.yml
with
0 additions
and
40 deletions
.gitlab-ci.yml
+
0
−
40
View file @
4a0baf20
stages
:
-
test
-
build
-
package
-
publish
-
docs
image
:
parity/rust:gitlab-ci
...
...
@@ -15,43 +11,9 @@ variables:
BUILD_ARCH
:
amd64
CARGO_TARGET
:
x86_64-unknown-linux-gnu
cache
:
key
:
"
${CI_JOB_NAME}"
paths
:
-
${CI_PROJECT_DIR}/target/
-
${CI_PROJECT_DIR}/cargo/
.releaseable_branches
:
# list of git refs for building GitLab artifacts (think "pre-release binaries")
only
:
&releaseable_branches
-
master
-
stable
-
beta
-
tags
.publishable_branches
:
# list of git refs for publishing builds to the "production" locations
only
:
&publishable_branches
-
nightly
# Our nightly builds from schedule, on `master`
-
"
v2*"
# Our version tags
.collect_artifacts
:
&collect_artifacts
artifacts
:
name
:
"
${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
when
:
on_success
expire_in
:
1 mos
paths
:
-
artifacts/
.determine_version
:
&determine_version
|
export VERSION=$(grep -m 1 "version =" Cargo.toml | awk '{print $3}' | tr -d '"' | tr -d "\n")
echo "Version" $VERSION
package-linux-snap-amd64
:
&package_snap
stage
:
package
only
:
*releaseable_branches
cache
:
{}
before_script
:
-
*determine_version
variables
:
CARGO_TARGET
:
x86_64-unknown-linux-gnu
dependencies
:
...
...
@@ -60,5 +22,3 @@ package-linux-snap-amd64: &package_snap
-
scripts/gitlab/package-snap.sh
tags
:
-
rust-stable
<<
:
*collect_artifacts
This diff is collapsed.
Click to expand it.
Preview
0%
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