Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb8ba14

Browse filesBrowse files
committed
Travis CI Integration
1 parent 678a356 commit bb8ba14
Copy full SHA for bb8ba14

File tree

Expand file treeCollapse file tree

1 file changed

+9
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+9-2Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
language: c
22

3+
matrix:
4+
include:
5+
- os: linux
6+
dist: jessie
7+
- os: osx
8+
osx_image: xcode7.2
9+
310
before_install:
4-
- sudo apt-get update -qq
5-
- sudo apt-get install -qq build-essential
11+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq
12+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq build-essential
613

714
script:
815
- SKIPINSTALL=yes ./build-ffmpeg --build

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.