Skip to content

Commit

Permalink
Travis gui (e8tools#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpas authored Apr 14, 2018
1 parent 8eb97ea commit b4d0ead
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ language: cpp
compiler: gcc
before_install:
- sudo apt-get -qq update
install: sudo apt-get install -y cmake zlib1g-dev libboost-filesystem-dev libboost-system-dev libboost-regex-dev
install: >-
sudo apt-get install -y cmake zlib1g-dev
libboost-filesystem-dev libboost-system-dev libboost-regex-dev
qtbase5-dev
script:
- cmake -DNOGUI=YES . && cmake --build . --target testproject
- cmake . && cmake --build .
- bin/testproject

0 comments on commit b4d0ead

Please sign in to comment.