Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Polynomial Commitment -- arkworks-rs
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
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
STEVAN Antoine
Polynomial Commitment -- arkworks-rs
Commits
e58696b1
Commit
e58696b1
authored
2 years ago
by
amtoine
Browse files
Options
Downloads
Patches
Plain Diff
add workflow rules
parent
e9277939
No related branches found
No related tags found
1 merge request
!1
CI: add same jobs as in original GitHub fork
Pipeline
#2595
failed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
with
9 additions
and
0 deletions
.gitlab-ci.yml
+
9
−
0
View file @
e58696b1
image
:
"
rust:latest"
image
:
"
rust:latest"
workflow
:
rules
:
-
if
:
$CI_COMMIT_MESSAGE =~ /^(draft|no-ci):/
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
-
if
:
$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when
:
never
-
if
:
($CI_PIPELINE_SOURCE == "push") && ($CI_COMMIT_BRANCH == "master")
format
:
format
:
script
:
script
:
-
cargo fmt --all --check
-
cargo fmt --all --check
...
...
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