presentation
Andreas Butti 7 years ago
parent 72f3239279
commit bfd6a63971
  1. 7
      .travis.yml

@ -35,11 +35,6 @@ addons:
- libgtk-3-dev
- libpoppler-glib-dev
# Do not use PPAs, use standard Ubuntu Sources
# sources:
# - boost-latest
# - kalakris-cmake
coverity_scan:
project:
name: "xournalpp/xournalpp"
@ -55,7 +50,7 @@ before_script:
script:
- "cmake .. -DCMAKE_DEBUG_INCLUDES_LDFLAGS=ON -DENABLE_MATHTEX=ON -DENABLE_CPPUNIT=ON -DUNSTABLE_LAYERS_SIDEBAR=ON -DDEBUG_COMPILE=ON"
- "make -j`grep processor /proc/cpuinfo | tail -c 2`"
- "make -j `grep processor /proc/cpuinfo | tail -c 2`"
- "ctest"
notifications:

Loading…
Cancel
Save