File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
working_directory : /workspace
28
28
steps :
29
29
- checkout
30
- - run : apt-get update -qq; apt install -y --no-install-recommends gcc g++ make cmake qtbase5-dev qt5-default qt5-qmake qttools5-dev-tools qtdeclarative5-dev qtdeclarative5-dev-tools libqt5sql5 libqt5sql5-sqlite libsqlite3-dev libmongoc-dev libbson-dev
30
+ - run : apt-get update -qq; apt install -y --no-install-recommends gcc g++ clang make cmake qtbase5-dev qt5-default qt5-qmake qttools5-dev-tools qtdeclarative5-dev qtdeclarative5-dev-tools libqt5sql5 libqt5sql5-sqlite libsqlite3-dev libmongoc-dev libbson-dev
31
31
- run : qmake -v
32
- - run : ./configure --prefix=/usr/local --enable-shared-mongoc
32
+ - run : ./configure --prefix=/usr/local --enable-shared-mongoc --spec=linux-clang
33
33
- run : make -j4 -C src && make -C src install && make -j4 -C tools && make -C tools install
34
34
- run : treefrog -v
35
35
test :
You can’t perform that action at this time.
0 commit comments