Skip to content
Snippets Groups Projects
Commit 56200aa1 authored by AdminXVII's avatar AdminXVII
Browse files

Use default targets in gitlab CI

parent 2ce1be1d
No related branches found
No related tags found
No related merge requests found
...@@ -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 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment