Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rusty-hektor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Grady Corp.
rusty-hektor
Commits
86102c36
Commit
86102c36
authored
5 years ago
by
robinwilliam.hundt
Browse files
Options
Downloads
Patches
Plain Diff
Fixed name of binary and hopefully sped up CI
parent
2b7057c6
No related branches found
No related tags found
No related merge requests found
Pipeline
#114081
passed
5 years ago
Stage: test
Stage: build
Stage: docs
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-15
0 additions, 15 deletions
.gitlab-ci.yml
src/bin/rusty-hektor.rs
+0
-0
0 additions, 0 deletions
src/bin/rusty-hektor.rs
with
0 additions
and
15 deletions
.gitlab-ci.yml
+
0
−
15
View file @
86102c36
...
...
@@ -5,16 +5,9 @@ stages:
image
:
rust
variables
:
CARGO_HOME
:
$CI_PROJECT_DIR/cargo
run_tests
:
stage
:
test
cache
:
paths
:
-
target/
-
cargo/
script
:
-
cargo test
...
...
@@ -22,10 +15,6 @@ build_release:
stage
:
build
script
:
-
cargo build --release
cache
:
paths
:
-
target/
-
cargo/
artifacts
:
paths
:
-
target/release/rusty-hektor
...
...
@@ -37,10 +26,6 @@ pages:
-
cargo doc --no-deps
-
mkdir public
-
cp -r target/doc/* public
cache
:
paths
:
-
target/
-
cargo/
artifacts
:
paths
:
-
public
...
...
This diff is collapsed.
Click to expand it.
src/bin/
main
.rs
→
src/bin/
rusty-hektor
.rs
+
0
−
0
View file @
86102c36
File moved
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