zeal/.shippable.yml

15 lines
427 B
YAML
Raw Normal View History

language: c
compiler:
- gcc
build:
2017-02-13 08:37:06 +03:00
pre_ci_boot:
2017-02-13 08:56:47 +03:00
image_name: drydock/u16cppall
2017-02-13 08:43:08 +03:00
image_tag: tip
2016-06-06 06:31:02 +03:00
ci:
- shippable_retry sudo apt-get -y -qq update
2017-04-11 15:46:35 +03:00
- 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
2017-04-11 06:57:01 +03:00
- mkdir build; cd build
- cmake ..
- cd ..
- cmake --build build