Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
MolDyn
lib4neuro
Commits
27cc4d29
Commit
27cc4d29
authored
6 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[FIX] Trying to fix CI"
This reverts commit
34cfee6f
.
parent
34cfee6f
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
build_scripts/linux/linux_gcc_build_x64_debug_system.sh
+31
-0
31 additions, 0 deletions
build_scripts/linux/linux_gcc_build_x64_debug_system.sh
with
31 additions
and
0 deletions
build_scripts/linux/linux_gcc_build_x64_debug_system.sh
+
31
−
0
View file @
27cc4d29
...
@@ -96,6 +96,9 @@ then
...
@@ -96,6 +96,9 @@ then
echo
-e
"Building the '
${
CYAN
}
lib4neuro
${
NC
}
' project for
${
WHITE
}
Debug
${
NC
}
(preparing makefiles)"
echo
-e
"Building the '
${
CYAN
}
lib4neuro
${
NC
}
' project for
${
WHITE
}
Debug
${
NC
}
(preparing makefiles)"
cd
../..
cmake
-DCMAKE_VERBOSE_MAKEFILE
:BOOL
=
ON
-DCMAKE_BUILD_TYPE
=
Debug
-DCMAKE_CXX_COMPILER
=
${
CXX_COMPILER
}
-DCMAKE_C_COMPILER
=
${
C_COMPILER
}
-DBOOST_LIBRARYDIR
=
${
BOOST_LIBRARYDIR
}
-DBOOST_INCLUDEDIR
=
${
BOOST_INCLUDEDIR
}
-DBUILD_TESTS
=
${
BUILD_TESTS
}
-DBUILD_EXAMPLES
=
${
BUILD_EXAMPLES
}
-DBUILD_LIB
=
${
BUILD_LIB
}
-DDEPENDENCIES_LINK_TYPE
=
${
LINK_TYPE
}
-S
.
-B
build
||
{
echo
-e
"
${
RED
}
Makefile preparation finished with errors
${
NC
}
!"
;
BUILD_ERROR_OCCURED
=
1
;
}
cmake
-DCMAKE_VERBOSE_MAKEFILE
:BOOL
=
ON
-DCMAKE_BUILD_TYPE
=
Debug
-DCMAKE_CXX_COMPILER
=
${
CXX_COMPILER
}
-DCMAKE_C_COMPILER
=
${
C_COMPILER
}
-DBOOST_LIBRARYDIR
=
${
BOOST_LIBRARYDIR
}
-DBOOST_INCLUDEDIR
=
${
BOOST_INCLUDEDIR
}
-DBUILD_TESTS
=
${
BUILD_TESTS
}
-DBUILD_EXAMPLES
=
${
BUILD_EXAMPLES
}
-DBUILD_LIB
=
${
BUILD_LIB
}
-DDEPENDENCIES_LINK_TYPE
=
${
LINK_TYPE
}
-S
.
-B
build
||
{
echo
-e
"
${
RED
}
Makefile preparation finished with errors
${
NC
}
!"
;
BUILD_ERROR_OCCURED
=
1
;
}
if
[
${
BUILD_ERROR_OCCURED
}
-eq
0
]
if
[
${
BUILD_ERROR_OCCURED
}
-eq
0
]
...
@@ -104,6 +107,34 @@ then
...
@@ -104,6 +107,34 @@ then
cmake
--build
build
--config
Debug
--
-j
${
N_CORES
}
&&
echo
-e
"
${
GREEN
}
Build complete
${
NC
}
."
||
{
echo
-e
"
${
RED
}
Build finished with errors
${
NC
}
!"
;
BUILD_ERROR_OCCURED
=
1
;
}
cmake
--build
build
--config
Debug
--
-j
${
N_CORES
}
&&
echo
-e
"
${
GREEN
}
Build complete
${
NC
}
."
||
{
echo
-e
"
${
RED
}
Build finished with errors
${
NC
}
!"
;
BUILD_ERROR_OCCURED
=
1
;
}
fi
fi
cd
build_scripts/linux
fi
if
[
${
CLEAN_AF
}
=
"yes"
]
then
if
[
${
BUILD_LIB
}
=
"yes"
]
then
./linux_clean_after_lib.sh
fi
if
[
${
BUILD_EXAMPLES
}
=
"yes"
]
then
pwd
./linux_clean_after_examples.sh
fi
if
[
${
BUILD_TESTS
}
=
"yes"
]
then
./linux_clean_after_tests.sh
fi
if
[
${
BUILD_SOMETHING_LIB
}
=
"yes"
]
then
./linux_clean_garbage.sh
fi
fi
fi
if
[
${
BUILD_ERROR_OCCURED
}
-eq
1
]
if
[
${
BUILD_ERROR_OCCURED
}
-eq
1
]
...
...
This diff is collapsed.
Click to expand it.
Martin Beseda
@bes0030
mentioned in commit
8cbb6fe8
·
6 years ago
mentioned in commit
8cbb6fe8
mentioned in commit 8cbb6fe8575f248e7f48f16f80f16fa3d20aedee
Toggle commit list
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