summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Gupta <tarun1995gupta@gmail.com>2017-06-24 17:07:44 (GMT)
committerTobias Markmann <tm@ayena.de>2017-06-25 09:01:13 (GMT)
commit02763529a75970a1d57d9abf3448848f728c4101 (patch)
tree8eb5ee15eb01ed0c9c2a0924eb20a3556450aeac /.circleci
parentd46e946db8b25ddc34715e2e86c1e561f8381810 (diff)
downloadswift-02763529a75970a1d57d9abf3448848f728c4101.zip
swift-02763529a75970a1d57d9abf3448848f728c4101.tar.bz2
Adds MIX Destroy Element, its Parser and Serializer.
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. Test-Information: Added tests for MIX Destroy Parser and Serializer based on examples in XEP 0369, which passes. Change-Id: I56810eb2fc26cc6aeb5e1cfb2a32e312f0607ba9
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4ba10d9..81057c9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -3,16 +3,10 @@ jobs:
build:
working_directory: ~/swift
docker:
- - image: debian:latest
+ - image: tfar/swift-gcc:latest
steps:
- checkout
- run:
- name: Install dependencies
- command: |
- apt-get -y update
- apt-get -y install lsb-release locales python python3-setuptools python3-pip pkg-config libssl-dev qt5-default libqt5x11extras5-dev libqt5webkit5-dev qtmultimedia5-dev qttools5-dev-tools qt5-image-formats-plugins libqt5svg5-dev libminiupnpc-dev libnatpmp-dev libhunspell-dev g++-6 gcc-6 libboost-all-dev
- pip3 -q install coala-bears[alldeps]
- - run:
name: Version information
command: |
lsb_release -a