Skip to content

Commit

Permalink
CI build fix shi-yan#2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 25, 2019
1 parent 835f80d commit f269426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq qbs qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
- sudo apt-get install -qq qbs qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev

script:
- git submodule init
Expand All @@ -13,5 +13,6 @@ script:
- popd
- qbs --version
- qbs setup-toolchains --detect
- qbs config defaultProfile gcc
- qbs setup-qt /usr/bin/qmake qt5
- qbs config defaultProfile qt5
- qbs build
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ While working on a video decoding project, I found that video decoders are very
For more options, see:
[h264 frame viewer question on Stackoverflow](http://stackoverflow.com/questions/6014904/h264-frame-viewer)

Building from sources:
Building from sources (Qbs should be configured first, please take look at [the Qbs setup manual](https://doc.qt.io/qbs/setup.html)):

```sh
$ pushd deps/h264bitstream
$ autoreconf -i
$ ./configure
$ make
$ popd
$ qbs setup-toolchains --detect
$ qbs config defaultProfile gcc
$ qbs build
```

Expand Down

0 comments on commit f269426

Please sign in to comment.