Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SandBoxModule
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guillaume Pasero
SandBoxModule
Commits
23d2ce07
Commit
23d2ce07
authored
5 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
CI: add OSX
parent
5808d78c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+28
-10
28 additions, 10 deletions
.travis.yml
with
28 additions
and
10 deletions
.travis.yml
+
28
−
10
View file @
23d2ce07
os
:
linux
language
:
cpp
compiler
:
gcc
sudo
:
required
dist
:
bionic
before_install
:
-
sudo apt-get install -y ninja-build libglvnd-dev libglu1-mesa-dev
-
sudo pip install numpy
git
:
depth
:
3
env
:
global
:
-
OTB_VER=6.6.1
matrix
:
include
:
-
os
:
linux
dist
:
bionic
compiler
:
gcc
sudo
:
required
before_install
:
-
sudo apt-get install -y ninja-build libglvnd-dev libglu1-mesa-dev
-
pip install numpy
env
:
-
OTB_OS=Linux64
-
os
:
osx
compiler
:
clang
before_install
:
-
brew install ninja
-
pip install numpy
env
:
-
OTB_OS=Darwin64
install
:
-
wget https://www.orfeo-toolbox.org/packages/
OTB-6.6.1-Linux64
.run
-
chmod +x OTB-
6.6.1-Linux64
.run
-
./OTB-
6.6.1-Linux64
.run --target xdk
-
wget https://www.orfeo-toolbox.org/packages/
archives/OTB/OTB-${OTB_VER}-${OTB_OS}
.run
-
chmod +x OTB-
${OTB_VER}-${OTB_OS}
.run
-
./OTB-
${OTB_VER}-${OTB_OS}
.run --target xdk
script
:
-
ctest -VV -S ./ci.cmake
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment