Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Brad Hards
otb
Commits
3080885b
Commit
3080885b
authored
8 years ago
by
Rashad Kanavath
Browse files
Options
Downloads
Patches
Plain Diff
TRAVIS: update script
parent
e499e2a4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+4
-4
4 additions, 4 deletions
.travis.yml
Utilities/Maintenance/TravisBuild.cmake
+1
-1
1 addition, 1 deletion
Utilities/Maintenance/TravisBuild.cmake
with
5 additions
and
5 deletions
.travis.yml
+
4
−
4
View file @
3080885b
...
...
@@ -6,10 +6,10 @@ dist: trusty
compiler
:
-
clang
addons
:
apt
:
packages
:
-
libboost-all-dev
#
addons:
#
apt:
#
packages:
#
- libboost-all-dev
cache
:
ccache
...
...
This diff is collapsed.
Click to expand it.
Utilities/Maintenance/TravisBuild.cmake
+
1
−
1
View file @
3080885b
...
...
@@ -63,11 +63,11 @@ QT_INSTALL_TRANSLATIONS:PATH=${XDK_INSTALL_DIR}/translations
QT_MOC_EXECUTABLE:FILEPATH=
${
XDK_INSTALL_DIR
}
/bin/moc
QT_UIC_EXECUTABLE:FILEPATH=
${
XDK_INSTALL_DIR
}
/bin/uic
QT_RCC_EXECUTABLE:FILEPATH=
${
XDK_INSTALL_DIR
}
/bin/rcc
QT_LRELEASE_EXECUTABLE:FILEPATH=
${
XDK_INSTALL_DIR
}
/bin/lrelease
QT_INSTALL_PLUGINS:PATH=
${
XDK_INSTALL_DIR
}
/plugins
QT_INSTALL_HEADERS:PATH=
${
XDK_INSTALL_DIR
}
/include
QMAKE_MKSPECS:PATH=
${
XDK_INSTALL_DIR
}
/mkspecs
"
)
file
(
WRITE
"
${
CTEST_BINARY_DIRECTORY
}
/CMakeCache.txt"
${
INITIAL_CACHE
}
)
...
...
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