Skip to content

Commit

Permalink
Updated Travis file to support make package
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed Mar 1, 2014
1 parent 3e3d20c commit 7d53fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -5,15 +5,14 @@ compiler: gcc
before_install:
- uname -a
- sudo apt-get update -qq
- sudo apt-get install -qq cmake sqlite3 libsqlite3-dev qt4-dev-tools
- sudo apt-get install -qq cscope exuberant-ctags libqscintilla2-dev
- sudo apt-get install -qq cmake sqlite3 libsqlite3-dev qt4-dev-tools cscope exuberant-ctags libqscintilla2-dev rpm

before_script:
- mkdir build
- cd build
- cmake ..

script: make
script: make package

after_script:
- sudo make install
Expand Down
2 changes: 1 addition & 1 deletion querylib/README.txt
Expand Up @@ -7,7 +7,7 @@ for editors, IDEs and other software without license restrictions

This license applies only to this directory and below.

Copyright (c) 2011 ruben2020 https:github.com/ruben2020/
Copyright (c) 2011 ruben2020 https://github.com/ruben2020/

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand Down

0 comments on commit 7d53fcc

Please sign in to comment.