Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20064937
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
View Options
diff --git a/.travis.yml b/.travis.yml
index 9239acd..f52b2a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,35 +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:
+ - cd IJHack/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
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 23, 7:47 PM (5 h, 22 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
76/69/0693a8162289f0360d9d0f9c6468
Attached To
rGPGPASS GnuPG Password Manager
Event Timeline
Log In to Comment