Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
cebf09b6
Commit
cebf09b6
authored
Apr 24, 2019
by
jerem
Committed by
jeremad
Apr 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI for macOS
parent
8978380d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
7 deletions
+43
-7
.travis.yml
.travis.yml
+43
-7
No files found.
.travis.yml
View file @
cebf09b6
dist
:
xenial
services
:
-
docker
language
:
cpp
matrix
:
include
:
-
name
:
CUDA 8
-
name
:
OpenCL macOS
os
:
osx
addons
:
homebrew
:
update
:
true
packages
:
-
bison
-
ceres-solver
-
CMake
-
doxygen
-
faac
-
faad2
-
ffmpeg
-
glew
-
glfw
-
glm
-
jpeg
-
libpng
-
libtiff
-
ninja
-
opencv@3
-
qt
-
yasm
before_install
:
-
export PATH="/usr/local/opt/bison/bin:${PATH}"
script
:
-
mkdir build
-
cd build
-
cmake -DCREATE_BOX_PACKAGE=OFF -DGPU_BACKEND_CUDA=OFF -DGPU_BACKEND_OPENCL=ON -DAPPLE_BREW=ON -DQt5_DIR=/usr/local/opt/qt/lib/cmake/Qt5 -G Ninja ..
-
ninja
-
name
:
CUDA 8 Linux
dist
:
xenial
services
:
-
docker
script
:
-
docker build --tag stitchem-cuda8:latest --file docker/ci.dockerfile --build-arg version=8 .
-
name
:
CUDA 9
-
name
:
CUDA 9 Linux
dist
:
xenial
services
:
-
docker
script
:
-
docker build --tag stitchem-cuda9:latest --file docker/ci.dockerfile --build-arg version=9 .
-
name
:
CUDA 10
-
name
:
CUDA 10 Linux
dist
:
xenial
services
:
-
docker
script
:
-
docker build --tag stitchem-cuda10:latest --file docker/ci.dockerfile --build-arg version=10 .
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