Skip to content

Commit

Permalink
CI build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 25, 2019
1 parent 3368acb commit 835f80d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ script:
- git submodule init
- git submodule update
- pushd deps/h264bitstream
- autoreconf -i
- ./configure
- make
- popd
- qbs --version
- qbs setup-toolchains --detect
- qbs config defaultProfile gcc
- qbs build
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ Building from sources:

```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 835f80d

Please sign in to comment.