Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
9f9b1e2f
Commit
9f9b1e2f
authored
Dec 22, 2016
by
LEFEBVREJP email
Browse files
Adding -lgfortran for Windows MinGW configuration in gitlab-ci.
parent
6c5ad73d
Pipeline
#7363
passed with stages
in 11 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9f9b1e2f
...
...
@@ -135,7 +135,7 @@ configure_windows:
-
git clone https://github.com/lefebvre/googletest googletest
-
mkdir build
-
cd build
-
cmake -DTPL_LAPACK_LIBRARIES=c:/vendors/mingw-w64/lapack/3.6.1/lib/liblapack.a\\\;c:/vendors/mingw-w64/lapack/3.6.1/lib/libblas.a -DBUILDNAME=Windows-MinGW-GCC-4.8.5-Debug -DCMAKE_BUILD_TYPE=DEBUG -Dradix_ENABLE_COVERAGE_TESTING=ON -Dradix_ENABLE_TESTS=ON -Dradix_ENABLE_ams=ON -Dradix_ENABLE_radixio=ON -Dradix_ENABLE_radixmath=ON -Dradix_ENABLE_radixpara=ON -Dradix_ENABLE_radixgeometry=ON -Dradix_ENABLE_radixglls=ON -Dradix_ENABLE_googletest=ON -G "MinGW Makefiles" ..
-
cmake -DTPL_LAPACK_LIBRARIES=c:/vendors/mingw-w64/lapack/3.6.1/lib/liblapack.a\\\;c:/vendors/mingw-w64/lapack/3.6.1/lib/libblas.a
\\\;-lgfortran
-DBUILDNAME=Windows-MinGW-GCC-4.8.5-Debug -DCMAKE_BUILD_TYPE=DEBUG -Dradix_ENABLE_COVERAGE_TESTING=ON -Dradix_ENABLE_TESTS=ON -Dradix_ENABLE_ams=ON -Dradix_ENABLE_radixio=ON -Dradix_ENABLE_radixmath=ON -Dradix_ENABLE_radixpara=ON -Dradix_ENABLE_radixgeometry=ON -Dradix_ENABLE_radixglls=ON -Dradix_ENABLE_googletest=ON -G "MinGW Makefiles" ..
build_windows
:
stage
:
build
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment