Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Crunch
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Crunch
Commits
49a230cd
Commit
49a230cd
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Create CI Pipeline
parent
31609c42
No related branches found
No related tags found
Loading
Pipeline
#27
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
with
20 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
20
−
0
View file @
49a230cd
image
:
"
FROM
r.lcr.gr/microhacks/bevy-builder"
build-linux
:
stage
:
build
cache
:
key
:
files
:
-
Cargo.lock
paths
:
-
target
script
:
-
cargo build --release
-
strip target/release/crunch
artifacts
:
name
:
crunch.linux.x86
paths
:
-
target/release/crunch
expire_in
:
1 day
only
:
-
trunk
\ No newline at end of file
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