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
6766c0b2
"vscode:/vscode.git/clone" did not exist on "968cb132116793071c78977b3e467e85507e0571"
Commit
6766c0b2
authored
Apr 23, 2020
by
peastman
Browse files
Added CI builds for PPC and ARM
parent
62394b00
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
.travis.yml
.travis.yml
+22
-0
No files found.
.travis.yml
View file @
6766c0b2
...
...
@@ -104,6 +104,28 @@ jobs:
CXX=$CCACHE/g++
CMAKE_FLAGS=""
-
sudo
:
false
dist
:
xenial
python
:
"
3.8"
name
:
"
PPC"
arch
:
ppc64le
env
:
OPENCL=false
CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CMAKE_FLAGS=""
-
sudo
:
false
dist
:
xenial
python
:
"
3.8"
name
:
"
ARM"
arch
:
arm64
env
:
OPENCL=false
CUDA=false
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CMAKE_FLAGS=""
before_install
:
-
START_TIME=$(date +%s)
-
wget http://anaconda.org/omnia/ccache/3.2.4/download/${TRAVIS_OS_NAME}-64/ccache-3.2.4-0.tar.bz2
...
...
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