forked from AlexeyAB/darknet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
option to build project using cpp compiler if c not working/available
- Loading branch information
Showing
10 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,13 @@ matrix: | |
- additional_defines="" | ||
- MATRIX_EVAL="" | ||
|
||
- os: osx | ||
compiler: clang | ||
name: macOS - native clang - C++ mode | ||
env: | ||
- additional_defines="-DBUILD_AS_CPP:BOOL=TRUE" | ||
- MATRIX_EVAL="" | ||
|
||
- os: osx | ||
compiler: clang | ||
name: macOS - native clang - opencv@2 | ||
|
@@ -179,6 +186,16 @@ matrix: | |
- additional_defines="" | ||
- MATRIX_EVAL="" | ||
|
||
- os: linux | ||
compiler: gcc | ||
name: ubuntu 14.04 - native gcc - C++ mode | ||
addons: | ||
apt: | ||
update: true | ||
env: | ||
- additional_defines="-DBUILD_AS_CPP:BOOL=TRUE" | ||
- MATRIX_EVAL="" | ||
|
||
- os: linux | ||
compiler: gcc | ||
name: ubuntu 14.04 - [email protected] | ||
|
@@ -942,7 +959,6 @@ install: | |
- popd | ||
|
||
before_script: | ||
- echo ${additional_defines} | ||
- mkdir build_debug | ||
- cd build_debug | ||
- cmake .. -DCMAKE_BUILD_TYPE="Debug" ${VCPKG_DEFINES} ${additional_defines} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters