Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26765857
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
762 B
Subscribers
None
View Options
diff --git a/.travis.yml b/.travis.yml
index 46f6d9e..be8c010 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,37 +1,38 @@
language: cpp
sudo: false
os:
- linux
- osx
compiler:
- gcc
- clang
addons:
apt:
packages:
- qt5-default
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew ls | grep -wq qt5 || brew install qt5; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; export PATH=$PATH:/usr/local/opt/qt5/bin; fi
script:
- qmake -v
- qmake -Wall qtpass.pro
- make -j$(nproc)
notifications:
irc:
channels:
- "chat.freenode.net#IJhack"
on_success: change
on_failure: always
matrix:
allow_failures:
- os: osx
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Aug 6, 8:30 PM (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f5/fc/127a6022ebc2489844c4deb06b8e
Attached To
rGPGPASS GnuPG Password Manager
Event Timeline
Log In to Comment