Skip to content
Snippets Groups Projects
Commit 2ce1be1d authored by AdminXVII's avatar AdminXVII
Browse files

Add tests for targeted version (1.28.0)

parent b0830090
No related branches found
No related tags found
1 merge request!898Set cargo toolchain in Makefile
...@@ -5,15 +5,21 @@ variables: ...@@ -5,15 +5,21 @@ variables:
before_script: before_script:
- apt-get update -qq - apt-get update -qq
- apt-get install -qq build-essential curl git - apt-get install -qq build-essential curl git
cache:
paths:
- cargo/
- target/
linux: linux:
image: 'rust:1.28.0'
script: script:
- cargo build - cargo build
- make tests - make tests
cache:
paths: linux:stable:
- cargo/ script:
- target/ - cargo build
- TOOLCHAIN=stable make tests
redox: redox:
variables: variables:
...@@ -28,7 +34,3 @@ redox: ...@@ -28,7 +34,3 @@ redox:
- rustup target add x86_64-unknown-redox - rustup target add x86_64-unknown-redox
script: script:
- make REDOX=1 - make REDOX=1
cache:
paths:
- cargo/
- target/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment