Skip to content

Commit

Permalink
dont build gui using travis
Browse files Browse the repository at this point in the history
  • Loading branch information
deenine committed Jan 2, 2021
1 parent 078467f commit 8213696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ install:
- git submodule update --init --recursive

script:
- ${CONFIGURE_COMMAND:-qmake}
- ${CONFIGURE_COMMAND:-qmake CONFIG+=without_gui}
- ${COMPILE_COMMAND:-make}
- ${PACKAGE_COMMAND:-sh build/package_build.sh}

0 comments on commit 8213696

Please sign in to comment.