-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1271d67
commit 70812b0
Showing
3,879 changed files
with
7,963 additions
and
1,164 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
language: cpp | ||
|
||
os: | ||
- linux | ||
|
||
before_install: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq libboost-all-dev | ||
- sudo apt-get install -qq libopenexr-dev | ||
- sudo apt-get install -qq libtbb-dev | ||
- sudo apt-get install -qq libfreetype6-dev | ||
|
||
script: | ||
- scons testCore testCorePython CXX=$CXX ENV_VARS_TO_IMPORT="PATH TRAVIS" RMAN_ROOT=$DELIGHT BOOST_LIB_SUFFIX="" | ||
|
||
compiler: | ||
## \todo Enable clang here too. We can't with the default Ubuntu boost | ||
# install though, because it is broken for Clang : | ||
# | ||
# https://svn.boost.org/trac/boost/ticket/6156 | ||
- gcc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.