Page MenuHome GnuPG

No OneTemporary

diff --git a/.travis.yml b/.travis.yml
index cdd7597..0219ccb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,37 +1,36 @@
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:
- - pwd
- - cd ~/IJHack/qtpass
+ - cd qtpass
- ~/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 (1 h, 21 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0f/bd/b8748f7f900754f02643e11d27a2

Event Timeline