Page MenuHome GnuPG

No OneTemporary

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9239acd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,35 @@
+language: cpp
+compiler:
+ - gcc
+ - clang
+
+before_install:
+ - if [ "$CXX" = "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
+ - if [ "$CXX" = "g++" ]; then sudo apt-get update -qq; fi
+ - if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
+ - if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50; fi
+ - if [ "$CXX" = "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50; fi
+ - QtMkspec=$CC
+ - $CC --version
+ - which $CC
+ # workaround clang not system wide, fail on sudo make install
+ - export CC=`which $CC`
+ - wget -O Qt5.2.0.tar.xz https://dl.dropboxusercontent.com/u/20447449/Qt5.2.0.tar.xz
+ - mkdir ~/Qt5.2.0
+ - tar -xJf Qt5.2.0.tar.xz -C ~/Qt5.2.0
+ - sudo chmod -R 777 ~/Qt5.2.0/
+ - ln -s ~/Qt5.2.0/5.2.0/gcc_64/mkspecs/linux-g++ ~/Qt5.2.0/5.2.0/gcc_64/mkspecs/linux-gcc
+ - cd ..
+
+script:
+ - ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -v
+ - ~/Qt5.2.0/5.2.0/gcc_64/bin/qmake -spec linux-$QtMkspec -Wall qtpass.pro
+ - make -j$(nproc)
+
+notifications:
+
+ irc:
+ channels:
+ - "chat.freenode.net#IJhack"
+ on_success: always
+ on_failure: always

File Metadata

Mime Type
text/x-diff
Expires
Sun, Feb 23, 7:57 PM (5 h, 36 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0d/53/1bebfb39856479de051625e7c341

Event Timeline