summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2015-11-01 19:41:28 +0100
committerAndrew Shadura <andrewsh@debian.org>2015-11-01 19:41:28 +0100
commit61c1a106bd81794f48e4cd85bae129f9270279e8 (patch)
tree29ecf644c4a13c2645bd8067e66ae8944dd2daf9 /.travis.yml
libdigidoc (3.10.1.1208-1) unstable; urgency=medium
* Initial upload (Closes: #658300). # imported from the archive
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..528953b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,31 @@
+before_install: if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
+ brew update;
+ else
+ sudo apt-get update -qq;
+ sudo apt-get install -y cmake libxml2-dev libssl-dev;
+ fi
+script:
+- mkdir build
+- cd build
+- cmake ..
+- make
+
+os:
+ - linux
+ - osx
+
+env:
+ global:
+ # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
+ # via the "travis encrypt" command using the project repo's public key
+ - secure: "AhDg868E2SgZbGhsFyDQd19IVCZcQ2a7shdojRTxIxF10TGhAleFEtm4EAoXjjgCPcGY52o1aVaEMea/GRnLR6oLQ592igxNHjTlTGKcDp5w28xVq9m7d4JVrvUeYvKoi+szS4Ah8zhraGdssMaq8LtZzLbaoEXCaMCDRlXPGro="
+
+addons:
+ coverity_scan:
+ project:
+ name: "open-eid/libdigidoc"
+ description: "Build submitted via Travis CI"
+ notification_email: raul@metsma.ee
+ build_command_prepend: "mkdir coverity; cd coverity; cmake .."
+ build_command: make
+ branch_pattern: coverity_scan