Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
77b62e95
"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "5f374e1da59d7325e2aed9683fc672239bf8f34d"
Commit
77b62e95
authored
Jan 02, 2016
by
John Chodera (MSKCC)
Browse files
Reduce travis test time to try to avoid timeout
parent
3ccbd7fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
77b62e95
...
@@ -131,7 +131,7 @@ before_install:
...
@@ -131,7 +131,7 @@ before_install:
script
:
script
:
-
CTEST_TIMEOUT=600
-
CTEST_TIMEOUT=600
-
CTEST_STOP_TIME=$(python -c "from datetime import datetime, timedelta; import sys; sys.stdout.write((datetime.now() + timedelta(minutes=2
5
)).strftime('%H:%M:%S'))")
-
CTEST_STOP_TIME=$(python -c "from datetime import datetime, timedelta; import sys; sys.stdout.write((datetime.now() + timedelta(minutes=2
0
)).strftime('%H:%M:%S'))")
-
cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
-
cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
-
make -j2 install
-
make -j2 install
-
if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
-
if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
...
...
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