forked from OpenMW/openmw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from zinnschlag/master
Icons for startup window.
- Loading branch information
Showing
955 changed files
with
63,423 additions
and
32,603 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ data | |
CMakeLists.txt.user | ||
*.swp | ||
*.swo | ||
*.kate-swp | ||
.cproject | ||
.project | ||
.settings/ | ||
.directory |
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,39 @@ | ||
language: cpp | ||
compiler: | ||
- gcc | ||
branches: | ||
only: | ||
- master | ||
- next | ||
before_install: | ||
- pwd | ||
- git submodule update --init --recursive | ||
- echo "yes" | sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse" | ||
- echo "yes" | sudo apt-add-repository ppa:openmw/deps | ||
- sudo apt-get update -qq | ||
- sudo apt-get install -qq libboost-all-dev libgtest-dev google-mock libzzip-dev | ||
- sudo apt-get install -qq libqt4-dev libxaw7-dev libxrandr-dev libfreeimage-dev libpng-dev | ||
- sudo apt-get install -qq libopenal-dev libmpg123-dev libsndfile1-dev | ||
- sudo apt-get install -qq libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libswscale-dev libpostproc-dev | ||
- sudo apt-get install -qq libbullet-dev libogre-static-dev libmygui-static-dev libsdl2-static-dev libunshield-dev | ||
- sudo mkdir /usr/src/gtest/build | ||
- cd /usr/src/gtest/build | ||
- sudo cmake .. -DBUILD_SHARED_LIBS=1 | ||
- sudo make -j4 | ||
- sudo ln -s /usr/src/gtest/build/libgtest.so /usr/lib/libgtest.so | ||
- sudo ln -s /usr/src/gtest/build/libgtest_main.so /usr/lib/libgtest_main.so | ||
before_script: | ||
- cd - | ||
- mkdir build | ||
- cd build | ||
- cmake .. -DOGRE_STATIC=1 -DMYGUI_STATIC=1 -DBOOST_STATIC=1 -DSDL2_STATIC=1 -DBUILD_WITH_CODE_COVERAGE=1 -DBUILD_UNITTESTS=1 | ||
script: | ||
- make -j4 | ||
after_script: | ||
- ./openmw_test_suite | ||
notifications: | ||
recipients: | ||
- [email protected] | ||
email: | ||
on_success: change | ||
on_failure: always |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.