Trying to make without dump_syms

This commit is contained in:
Eric Kotato 2019-10-05 13:48:59 +03:00
parent 80de5ac82c
commit 061e53d573

View file

@ -405,11 +405,6 @@ jobs:
./configure
make -j8
sudo make install
cd src/tools
../../../gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out tools.gyp --format=cmake
cd ../../out/Default
cmake .
make -j8 dump_syms
- name: Qt 5.6.2
run: |
cd Libraries
@ -428,7 +423,7 @@ jobs:
./configure -prefix "/usr/local/tdesktop/Qt-5.6.2" -release -force-debug-info -opensource \
-confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \
-qt-xkbcommon-x11 -no-opengl -no-gtkstyle -static -openssl-linked -nomake examples -nomake tests
make
make -j8
sudo make install
- name: Build Kotatogram
env: