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
c4f462c9
Commit
c4f462c9
authored
Nov 03, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
eeff81a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
.gitlab-ci.yml
.gitlab-ci.yml
+16
-8
No files found.
.gitlab-ci.yml
View file @
c4f462c9
...
...
@@ -34,48 +34,56 @@ build_test:
test:cargo:api:
stage
:
test
dependencies
:
build_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
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
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
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
dependencies
:
-
build_test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_milestones.py
testjit:binops:
stage
:
test
dependencies
:
build_test
dependencies
:
-
build_test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_binops.py
testjit:cmpops:
stage
:
test
dependencies
:
build_test
dependencies
:
-
build_test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_cmpops.py
testjit:cmpops:
stage
:
test
dependencies
:
build_test
dependencies
:
-
build_test
script
:
-
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