We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999d202 commit 9a7a720Copy full SHA for 9a7a720
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
- mkdir -p build; cd build;
16
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
17
- make VERBOSE=1
18
- - make test
+ - make os_test
19
20
- language: cpp
21
name: "FFmpeg 3"
@@ -30,7 +30,7 @@ matrix:
30
31
32
33
34
35
36
name: "FFmpeg 4"
@@ -47,4 +47,4 @@ matrix:
47
48
49
50
0 commit comments