Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
Seminar-HFO
Commits
54f6d08b
Commit
54f6d08b
authored
Jul 04, 2016
by
Matthew Hausknecht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated travis.
parent
d3ee076e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
.travis.yml
.travis.yml
+4
-1
CMakeLists.txt
CMakeLists.txt
+6
-3
No files found.
.travis.yml
View file @
54f6d08b
...
...
@@ -7,6 +7,8 @@ addons:
-
boost-latest
packages
:
-
libboost-dev
-
libboost-system-dev
-
libboost-filesystem-dev
os
:
-
linux
-
osx
...
...
@@ -14,4 +16,5 @@ compiler:
-
clang
-
gcc
script
:
-
cmake -DCMAKE_BUILD_TYPE=Release && make -j4
-
mkdir build && cd build
-
cmake -DCMAKE_BUILD_TYPE=Release && make -j4 && make install
\ No newline at end of file
CMakeLists.txt
View file @
54f6d08b
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8.12
)
project
(
hfo
)
include
(
ExternalProject
)
option
(
BUILD_SOCCERWINDOW
"Build Soccerwindow Visualizer"
ON
)
option
(
INSTALL_ADDITIONAL_TEAMS
"Install additional team binaries"
ON
)
add_definitions
(
-DELOG -std=c++11
)
add_definitions
(
-DELOG
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++11"
)
find_package
(
Boost REQUIRED
)
find_package
(
Boost COMPONENTS system filesystem REQUIRED
)
find_package
(
ZLIB REQUIRED
)
find_package
(
FLEX REQUIRED
)
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
ExternalProject_Add
(
rcssserver
...
...
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