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
42a0811a
Commit
42a0811a
authored
Apr 23, 2020
by
peastman
Browse files
Trying to get recent cmake
parent
7a933ca7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.travis.yml
.travis.yml
+7
-2
No files found.
.travis.yml
View file @
42a0811a
...
@@ -104,7 +104,7 @@ jobs:
...
@@ -104,7 +104,7 @@ jobs:
CXX=$CCACHE/g++
CXX=$CCACHE/g++
CMAKE_FLAGS=""
CMAKE_FLAGS=""
-
sudo
:
false
-
sudo
:
required
dist
:
xenial
dist
:
xenial
python
:
"
3.8"
python
:
"
3.8"
name
:
"
PPC"
name
:
"
PPC"
...
@@ -113,7 +113,7 @@ jobs:
...
@@ -113,7 +113,7 @@ jobs:
CUDA=false
CUDA=false
CMAKE_FLAGS=""
CMAKE_FLAGS=""
-
sudo
:
false
-
sudo
:
required
dist
:
xenial
dist
:
xenial
python
:
"
3.8"
python
:
"
3.8"
name
:
"
ARM"
name
:
"
ARM"
...
@@ -132,6 +132,11 @@ before_install:
...
@@ -132,6 +132,11 @@ before_install:
brew install -y https://raw.githubusercontent.com/Homebrew/homebrew-core/5b680fb58fedfb00cd07a7f69f5a621bb9240f3b/Formula/doxygen.rb;
brew install -y https://raw.githubusercontent.com/Homebrew/homebrew-core/5b680fb58fedfb00cd07a7f69f5a621bb9240f3b/Formula/doxygen.rb;
sudo pip install -U pytest --ignore-installed six;
sudo pip install -U pytest --ignore-installed six;
fi
fi
-
if [[ "${TRAVIS_CPU_ARCH}" == "ppc64le" || "${TRAVIS_CPU_ARCH}" == "arm64" ]]; then
cmake --version
sudo apt-get install cmake
cmake --version
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";
# mkdir $HOME/cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C $HOME/cmake;
# mkdir $HOME/cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C $HOME/cmake;
...
...
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