From 8dcdae961136bd4fca04cd9ef55e366f61a73758 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Sun, 12 Feb 2017 20:11:11 +0300 Subject: [PATCH] another iteration with travis ci --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..75fc9e4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +sudo: required + +arch: + packages: + - plasma-framework + # build deps + - cmake + - extra-cmake-modules + script: + - mkdir build + - cd build + - cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_FUTURE=ON -DBUILD_TESTING=ON "../sources" + - make + - make test + +script: + - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"