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
1c55b5dd
Commit
1c55b5dd
authored
Nov 02, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix commandline error
parent
a64ed9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
1c55b5dd
...
...
@@ -41,17 +41,17 @@ test:cargo:runtime:
testjit:milestones:
stage
:
test
script
:
-
RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo build
1,
2>/dev/null
-
RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo build 2>/dev/null
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_milestones.py
testjit:binops:
stage
:
test
script
:
-
RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo build
1,
2>/dev/null
-
RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo build 2>/dev/null
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_binops.py
testjit:cmpops:
stage
:
test
script
:
-
RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo build
1,
2>/dev/null
-
RUST_BACKTRACE=1 RUST_TEST_THREADS=1 CC=clang cargo build 2>/dev/null
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_cmpops.py
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