mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
ci[shippable]: Build with CMake
This commit is contained in:
+5
-3
@@ -7,6 +7,8 @@ build:
|
||||
image_tag: tip
|
||||
ci:
|
||||
- shippable_retry sudo apt-get -y -qq update
|
||||
- shippable_retry sudo apt-get -y -qq install --no-install-recommends qt5-default libqt5webkit5-dev libqt5x11extras5-dev libarchive-dev libxcb-keysyms1-dev
|
||||
- qmake
|
||||
- make
|
||||
- shippable_retry sudo apt-get -y -qq install --no-install-recommends extra-cmake-modules qt5-default libqt5webkit5-dev libqt5x11extras5-dev libarchive-dev libxcb-keysyms1-dev
|
||||
- mkdir build; cd build
|
||||
- cmake ..
|
||||
- cd ..
|
||||
- cmake --build build
|
||||
|
||||
Reference in New Issue
Block a user