Skip to content

Commit 1b8c9d7

Browse files
author
richelbilderbeek
committed
Merge branch 'develop' into richel
2 parents cf3111d + 0f7e4ae commit 1b8c9d7

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

.gitmodules

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,63 @@
7676
[submodule "travis_qmake_gcc_cpp17"]
7777
path = travis_qmake_gcc_cpp17
7878
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17
79+
[submodule "travis_qmake_gcc_cpp11_bpp"]
80+
path = travis_qmake_gcc_cpp11_bpp
81+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_bpp/
82+
[submodule "travis_qmake_gcc_cpp11_debug_gcov"]
83+
path = travis_qmake_gcc_cpp11_debug_gcov
84+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_debug_gcov/
85+
[submodule "travis_qmake_gcc_cpp11_qt_qtest"]
86+
path = travis_qmake_gcc_cpp11_qt_qtest
87+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_qt_qtest/
88+
[submodule "travis_qmake_gcc_cpp11_sloccount"]
89+
path = travis_qmake_gcc_cpp11_sloccount
90+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_sloccount/
91+
[submodule "travis_qmake_gcc_cpp14_boost_test_gcov"]
92+
path = travis_qmake_gcc_cpp14_boost_test_gcov
93+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test_gcov/
94+
[submodule "travis_qmake_gcc_cpp14_bpp"]
95+
path = travis_qmake_gcc_cpp14_bpp
96+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_bpp/
97+
[submodule "travis_qmake_gcc_cpp14_qt"]
98+
path = travis_qmake_gcc_cpp14_qt
99+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt/
100+
[submodule "travis_qmake_gcc_cpp14_qt_qtest"]
101+
path = travis_qmake_gcc_cpp14_qt_qtest
102+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt_qtest/
103+
[submodule "travis_qmake_gcc_cpp14_sfml"]
104+
path = travis_qmake_gcc_cpp14_sfml
105+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_sfml/
106+
[submodule "travis_qmake_gcc_cpp14_urho3d"]
107+
path = travis_qmake_gcc_cpp14_urho3d
108+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_urho3d/
109+
[submodule "travis_qmake_gcc_cpp98_boost_test"]
110+
path = travis_qmake_gcc_cpp98_boost_test
111+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost_test/
112+
[submodule "travis_qmake_gcc_cpp98_boost_test_gcov"]
113+
path = travis_qmake_gcc_cpp98_boost_test_gcov
114+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost_test_gcov/
115+
[submodule "travis_qmake_gcc_cpp98_bpp"]
116+
path = travis_qmake_gcc_cpp98_bpp
117+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_bpp/
118+
[submodule "travis_qmake_gcc_cpp98_debug_and_release"]
119+
path = travis_qmake_gcc_cpp98_debug_and_release
120+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_debug_and_release/
121+
[submodule "travis_qmake_gcc_cpp98_debug_gcov"]
122+
path = travis_qmake_gcc_cpp98_debug_gcov
123+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_debug_gcov/
124+
[submodule "travis_qmake_gcc_cpp98_oclint"]
125+
path = travis_qmake_gcc_cpp98_oclint
126+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_oclint/
127+
[submodule "travis_qmake_gcc_cpp98_qt4"]
128+
path = travis_qmake_gcc_cpp98_qt4
129+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt4/
130+
[submodule "travis_qmake_gcc_cpp98_qt5"]
131+
path = travis_qmake_gcc_cpp98_qt5
132+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt5/
133+
[submodule "travis_qmake_gcc_cpp98_qt_qtest"]
134+
path = travis_qmake_gcc_cpp98_qt_qtest
135+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt_qtest/
136+
[submodule "travis_qmake_gcc_cpp98_sloccount"]
137+
path = travis_qmake_gcc_cpp98_sloccount
138+
url = https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_sloccount/

create_submodules.sh

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,26 @@ git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_rcp
2525
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_sfml
2626
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_urho3d
2727
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_wt
28+
29+
30+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_bpp/
31+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_debug_gcov/
32+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_qt_qtest/
33+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_sloccount/
34+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test_gcov/
35+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_bpp/
36+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt/
37+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt_qtest/
38+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_sfml/
39+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_urho3d/
40+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost_test/
41+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost_test_gcov/
42+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_bpp/
43+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_debug_and_release/
44+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_debug_gcov/
45+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_oclint/
46+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt4/
47+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt5/
48+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt_qtest/
49+
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_sloccount/
50+

0 commit comments

Comments
 (0)