Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
9daf0090
Commit
9daf0090
authored
Sep 22, 2018
by
Florian Oetke
Browse files
set GIT_SSL_NO_VERIFY to 1
parent
7a2c0349
Pipeline
#2256
passed with stage
in 8 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9daf0090
...
...
@@ -5,6 +5,7 @@ stages:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SSL_NO_VERIFY
:
"
1"
build_gcc
:
stage
:
build
...
...
.gitmodules
View file @
9daf0090
[submodule "dependencies/backward-cpp"]
path = dependencies/backward-cpp
url = http://github.com/bombela/backward-cpp.git
url = http
s
://github.com/bombela/backward-cpp.git
[submodule "dependencies/plog"]
path = dependencies/plog
url = http://github.com/SergiusTheBest/plog.git
url = http
s
://github.com/SergiusTheBest/plog.git
[submodule "dependencies/assimp"]
path = dependencies/assimp
url = http://github.com/assimp/assimp.git
url = http
s
://github.com/assimp/assimp.git
[submodule "dependencies/asyncplusplus"]
path = dependencies/asyncplusplus
url = http://github.com/lowkey42/asyncplusplus.git
url = http
s
://github.com/lowkey42/asyncplusplus.git
[submodule "dependencies/glm"]
path = dependencies/glm
url = http://github.com/g-truc/glm.git
url = http
s
://github.com/g-truc/glm.git
[submodule "dependencies/GSL"]
path = dependencies/GSL
url = http://github.com/Microsoft/GSL.git
url = http
s
://github.com/Microsoft/GSL.git
[submodule "dependencies/magic_get"]
path = dependencies/magic_get
url = http://github.com/apolukhin/magic_get.git
url = http
s
://github.com/apolukhin/magic_get.git
[submodule "dependencies/nuklear"]
path = dependencies/nuklear
url = http://github.com/vurtun/nuklear.git
url = http
s
://github.com/vurtun/nuklear.git
[submodule "dependencies/physfs"]
path = dependencies/physfs
url = http://github.com/lowkey42/physfs.git
url = http
s
://github.com/lowkey42/physfs.git
[submodule "dependencies/robin-map"]
path = dependencies/robin-map
url = http://github.com/Tessil/robin-map.git
url = http
s
://github.com/Tessil/robin-map.git
[submodule "dependencies/sf2"]
path = dependencies/sf2
url = http://github.com/lowkey42/sf2.git
url = http
s
://github.com/lowkey42/sf2.git
[submodule "dependencies/moodycamel"]
path = dependencies/moodycamel
url = http://github.com/cameron314/concurrentqueue.git
url = http
s
://github.com/cameron314/concurrentqueue.git
[submodule "dependencies/doctest"]
path = dependencies/doctest
url = http://github.com/onqtam/doctest.git
url = http
s
://github.com/onqtam/doctest.git
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