Skip to content

Commit

Permalink
CircleCI: Use Xenial image with Qt 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Oct 30, 2019
1 parent 400c8d8 commit eb5940d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- *save_cache
linux.gcc:
docker:
- image: lmmsci/linux.gcc:xenial
- image: lmmsci/linux.gcc:16.04
environment:
<<: *common_environment
steps:
Expand All @@ -122,7 +122,7 @@ jobs:
- *restore_cache
- run:
name: Configure
command: mkdir build && cd build && cmake .. $CMAKE_OPTS -DCMAKE_INSTALL_PREFIX=./install
command: mkdir build && cd build && cmake .. $CMAKE_OPTS -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_PREFIX_PATH=/opt/qt56
- run:
name: Build
command: cd build && make
Expand Down

0 comments on commit eb5940d

Please sign in to comment.