Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
2305c1cd
Commit
2305c1cd
authored
Nov 03, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cache every job
parent
bf33444d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
31 deletions
+10
-31
.gitlab-ci.yml
.gitlab-ci.yml
+10
-31
No files found.
.gitlab-ci.yml
View file @
2305c1cd
...
...
@@ -18,74 +18,53 @@ image: "qinsoon/ubuntu-zebu-test:v0.1"
#- apt-get install -yqq --no-install-recommends build-essential
# Use cargo to test the project
stages
:
-
build
-
test
build_test
:
stage
:
build
script
:
-
CARGO_HOME=.cargo RUST_BACKTRACE=1 CC=clang cargo test --no-run
# clean up
-
rm -rf .cargo/src
artifacts
:
paths
:
-
.cargo
-
target
-
Cargo.lock
cache
:
paths
:
-
.cargo/registry/cache
-
.cargo/registry/index
-
target
-
Cargo.lock
test:cargo:api:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo test test_api
test:cargo:ir:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo test test_ir
test:cargo:compiler:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo test test_compiler
test:cargo:runtime:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo test test_runtime
testjit:milestones:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo CC=clang cargo build
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_milestones.py
testjit:binops:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo CC=clang cargo build
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_binops.py
testjit:cmpops:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo CC=clang cargo build
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_cmpops.py
testjit:cmpops:
stage
:
test
dependencies
:
-
build_test
script
:
-
CARGO_HOME=.cargo CC=clang cargo build
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_convops.py
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment