Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
0f125d7a
Commit
0f125d7a
authored
Apr 26, 2018
by
Benedikt Kleinmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In ".gitlab-ci.yml", skip OpenCL tests by using CLI flags for Surefire plugin.
parent
6592f06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+4
-1
No files found.
.gitlab-ci.yml
View file @
0f125d7a
...
...
@@ -5,7 +5,10 @@ unit_tests_with_coverage:
# Here you can execute arbitrate terminal commands.
# If any of the commands returns a non zero exit code the job fails.
#
# Watch out: OpenCL code cannot be run on virtual machine. Therefore,
# skip this tests.
script
:
-
mvn clean
-
mvn test
-
mvn test
-Dtest=\!TestConvolution
\ 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