mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
chore(ci): remove integration with Shippable
This commit is contained in:
parent
977712b5ca
commit
4f9e482e2a
@ -1,14 +0,0 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
build:
|
||||
pre_ci_boot:
|
||||
image_name: drydock/u16cppall
|
||||
image_tag: tip
|
||||
ci:
|
||||
- shippable_retry sudo apt-get -y -qq update
|
||||
- shippable_retry sudo apt-get -y -qq install --no-install-recommends cmake extra-cmake-modules qt5-default libqt5webkit5-dev libqt5x11extras5-dev libarchive-dev libxcb-keysyms1-dev
|
||||
- mkdir build; cd build
|
||||
- cmake ..
|
||||
- cd ..
|
||||
- cmake --build build
|
12
README.md
12
README.md
@ -6,19 +6,13 @@
|
||||
[![Telegram Channel](https://img.shields.io/badge/follow-on%20telegram-179cde.svg?style=flat-square)](https://telegram.me/zealdocs)
|
||||
[![Twitter](https://img.shields.io/badge/follow-on%20twitter-1da1f2.svg?style=flat-square)](https://twitter.com/zealdocs)
|
||||
|
||||
[![AppVeyor](https://img.shields.io/appveyor/ci/zealdocs/zeal/master.svg?style=flat-square)](https://ci.appveyor.com/project/zealdocs/zeal)
|
||||
[![Coverity Scan](https://img.shields.io/coverity/scan/4271.svg?style=flat-square)](https://scan.coverity.com/projects/4271)
|
||||
|
||||
Zeal is a simple offline documentation browser inspired by [Dash](https://kapeli.com/dash).
|
||||
|
||||
![Screenshot](https://i.imgur.com/qBkZduS.png)
|
||||
|
||||
## Build Status
|
||||
|
||||
[![Coverity Scan](https://img.shields.io/coverity/scan/4271.svg?style=flat-square)](https://scan.coverity.com/projects/4271)
|
||||
|
||||
| OS | Build Status |
|
||||
| -------- | ------------ |
|
||||
| Linux | [![Shippable](https://img.shields.io/shippable/54ac2ce4d46935d5fbc19b84/master.svg?style=flat-square)](https://app.shippable.com/projects/54ac2ce4d46935d5fbc19b84) |
|
||||
| Windows | [![AppVeyor](https://img.shields.io/appveyor/ci/zealdocs/zeal/master.svg?style=flat-square)](https://ci.appveyor.com/project/zealdocs/zeal) |
|
||||
|
||||
## Download
|
||||
|
||||
Get binary builds for Windows and Linux from the [download page](https://zealdocs.org/download.html).
|
||||
|
Loading…
Reference in New Issue
Block a user