-
Notifications
You must be signed in to change notification settings - Fork 23
/
create_submodules.sh
executable file
·50 lines (46 loc) · 3.71 KB
/
create_submodules.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#!/bin/bash
git submodule add https://github.com/richelbilderbeek/travis_qmake_clang_cpp11
git submodule add https://github.com/richelbilderbeek/travis_qmake_clang_cpp14
git submodule add https://github.com/richelbilderbeek/travis_qmake_clang_cpp98
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_boost
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_boost_test
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_boost_test_gcov
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_gcov
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_qt
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_rcpp
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_sfml
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_urho3d
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_wt
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_gcov
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_gcov
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_rcpp
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_sfml
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_urho3d
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_wt
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_bpp/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_debug_gcov/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_qt_qtest/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp11_sloccount/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test_gcov/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_bpp/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt_qtest/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_sfml/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_urho3d/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost_test/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_boost_test_gcov/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_bpp/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_debug_and_release/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_debug_gcov/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_oclint/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt4/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt5/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt_qtest/
git submodule add https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_sloccount/