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
9af4e6af
Commit
9af4e6af
authored
Apr 24, 2020
by
peastman
Browse files
Debugging
parent
2968d248
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
9af4e6af
...
@@ -139,10 +139,10 @@ before_install:
...
@@ -139,10 +139,10 @@ before_install:
wget https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1.tar.gz;
wget https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1.tar.gz;
tar xf cmake-3.17.1.tar.gz;
tar xf cmake-3.17.1.tar.gz;
cd cmake-3.17.1;
cd cmake-3.17.1;
./bootstrap;
./bootstrap
--prefix=${HOME}/cmake
;
make -j 4;
make -j 4;
make install;
make install;
export PATH=${HOME}/
OpenMM
/bin:${PATH};
export PATH=${HOME}/
cmake
/bin:${PATH};
fi
fi
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
#- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
# CMAKE_URL="http://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz";
# CMAKE_URL="http://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz";
...
...
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