Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
rsm
Commits
8b0cf073
Commit
8b0cf073
authored
Apr 20, 2020
by
LEFEBVREJP email
Browse files
#1
. Updating manual git submodule init/update with git strategy variable.
parent
8d1caea7
Pipeline
#97909
passed with stages
in 5 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8b0cf073
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
stages
:
stages
:
-
test
-
test
-
analysis
-
analysis
...
@@ -8,8 +10,6 @@ mac_llvm_testing:
...
@@ -8,8 +10,6 @@ mac_llvm_testing:
script
:
script
:
-
which git
-
which git
-
git --version
-
git --version
-
git submodule init
-
git submodule update
-
module load cmake qt/5.9.1
-
module load cmake qt/5.9.1
-
which cmake
-
which cmake
-
mkdir build
-
mkdir build
...
@@ -30,8 +30,6 @@ linux_gcc_testing:
...
@@ -30,8 +30,6 @@ linux_gcc_testing:
script
:
script
:
-
which git
-
which git
-
git --version
-
git --version
-
git submodule init
-
git submodule update
-
mkdir build
-
mkdir build
-
cd build
-
cd build
-
module load cmake qt/5.9.0
-
module load cmake qt/5.9.0
...
@@ -53,8 +51,6 @@ linux_analysis:
...
@@ -53,8 +51,6 @@ linux_analysis:
script
:
script
:
-
which git
-
which git
-
git --version
-
git --version
-
git submodule init
-
git submodule update
-
mkdir build
-
mkdir build
-
cd build
-
cd build
-
module load cmake qt/5.9.0
-
module load cmake qt/5.9.0
...
...
ci/windows_testing.bat
View file @
8b0cf073
...
@@ -2,19 +2,17 @@ set PATH=c:\Qt\5.9.1\msvc2013_64\bin;%PATH%;c:\Program Files (x86)\NSIS\Bin;c:\v
...
@@ -2,19 +2,17 @@ set PATH=c:\Qt\5.9.1\msvc2013_64\bin;%PATH%;c:\Program Files (x86)\NSIS\Bin;c:\v
call
"c:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/vcvarsall.bat"
amd64
call
"c:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/vcvarsall.bat"
amd64
where
git
where
git
git
--version
git
--version
git
submodule
init
git
submodule
update
cmake
--version
cmake
--version
mkdir
build
mkdir
build
cd
build
cd
build
SET
rsm_ENABLE_Fortran
=
OFF
SET
rsm_ENABLE_Fortran
=
OFF
cmake
-DBUILD
_SHARED_LIBS
=
OFF
cmake
-DBUILD
_SHARED_LIBS
=
OFF
^
-DBUILDNAME
=
Windows
-CL
-
18
-Release
-
%CI_BUILD_REF_NAME%
-DBUILDNAME
=
Windows
-CL
-
18
-Release
-
%CI_BUILD_REF_NAME%
^
-DOPENSSL
_ROOT_DIR
=
c
:/vendors/cl/openssl/1.1.1d/
-DOPENSSL
_ROOT_DIR
=
c
:/vendors/cl/openssl/1.1.1d/
^
-DLibSSH
_DIR
=
c
:/vendors/cl/libssh/0.9.3/lib/cmake/libssh/
-DLibSSH
_DIR
=
c
:/vendors/cl/libssh/0.9.3/lib/cmake/libssh/
^
-DCMAKE
_BUILD_TYPE
=
RELEASE
-DCMAKE
_BUILD_TYPE
=
RELEASE
^
-Drsm
_ENABLE_TESTS
=
ON
-Drsm
_ENABLE_TESTS
=
ON
^
-Drsm
_ENABLE_rsmcore
=
ON
-Drsm
_ENABLE_rsmcore
=
ON
^
-Drsm
_ENABLE_rsmwidgets
=
OFF
-Drsm
_ENABLE_rsmwidgets
=
OFF
^
-G
"NMake Makefiles"
..
-G
"NMake Makefiles"
..
ctest
-D
ExperimentalStart
-D
ExperimentalBuild
-D
ExperimentalTest
-D
ExperimentalSubmit
ctest
-D
ExperimentalStart
-D
ExperimentalBuild
-D
ExperimentalTest
-D
ExperimentalSubmit
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