Skip to content

Commit e85e605

Browse files
authored
Merge pull request #223 from ferdnyc/patch-1
Travis CI: Also run `make install`
2 parents 67794f9 + dc4d687 commit e85e605

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ matrix:
1616
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
1717
- make VERBOSE=1
1818
- make os_test
19-
19+
- make install DESTDIR=dist/
20+
2021
- language: cpp
2122
name: "FFmpeg 3"
2223
before_script:
@@ -31,7 +32,8 @@ matrix:
3132
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
3233
- make VERBOSE=1
3334
- make os_test
34-
35+
- make install DESTDIR=dist/
36+
3537
- language: cpp
3638
name: "FFmpeg 4"
3739
before_script:
@@ -48,3 +50,4 @@ matrix:
4850
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
4951
- make VERBOSE=1
5052
- make os_test
53+
- make install DESTDIR=dist/

0 commit comments

Comments
 (0)