Skip to content

Commit

Permalink
Simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 28, 2019
1 parent 1f07455 commit cf6935d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,5 +9,5 @@ install:

script:
- qmake
- make
- make --silent
- ./travis_qmake_gcc_cpp11_bpp
2 changes: 1 addition & 1 deletion main.cpp
@@ -1,6 +1,6 @@
#include <iostream>

#include <Bpp/Seq/Alphabet.all>
#include <Bpp/Seq/Alphabet/AlphabetTools.h>
#include <Bpp/Seq/Sequence.h>

bpp::BasicSequence get_sequence() noexcept
Expand Down
9 changes: 1 addition & 8 deletions travis_qmake_gcc_cpp11_bpp.pro
@@ -1,13 +1,6 @@
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle qt
SOURCES += main.cpp
QMAKE_CXXFLAGS += -Wall -Wextra -Weffc++ -Werror


# C++11
CONFIG += c++11
QMAKE_CXXFLAGS += -std=c++11
QMAKE_CXXFLAGS += -Wall -Wextra -Weffc++ -Werror

# Bio++
INCLUDEPATH += /usr/include/
Expand Down

0 comments on commit cf6935d

Please sign in to comment.