Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Enzo Cioppettini
ion
Commits
56200aa1
Commit
56200aa1
authored
6 years ago
by
AdminXVII
Browse files
Options
Downloads
Patches
Plain Diff
Use default targets in gitlab CI
parent
2ce1be1d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Cargo.lock
+2
-0
2 additions, 0 deletions
Cargo.lock
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
56200aa1
...
@@ -19,7 +19,7 @@ linux:
...
@@ -19,7 +19,7 @@ linux:
linux:stable
:
linux:stable
:
script
:
script
:
-
cargo build
-
cargo build
-
TOOLCHAIN=
stable
make tests
-
TOOLCHAIN= make tests
redox
:
redox
:
variables
:
variables
:
...
@@ -33,4 +33,4 @@ redox:
...
@@ -33,4 +33,4 @@ redox:
-
rustup default nightly-2018-07-18
-
rustup default nightly-2018-07-18
-
rustup target add x86_64-unknown-redox
-
rustup target add x86_64-unknown-redox
script
:
script
:
-
make REDOX=1
-
make
TOOLCHAIN=
REDOX=1
This diff is collapsed.
Click to expand it.
Cargo.lock
+
2
−
0
View file @
56200aa1
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
[[package]]
name = "aho-corasick"
name = "aho-corasick"
version = "0.6.9"
version = "0.6.9"
...
...
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