Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
fd284f23
Commit
fd284f23
authored
5 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
travisCI: add sdl2_mixer from mazmazz's srb2 tap
parent
9de5055d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!477
Buildbot changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+3
-5
3 additions, 5 deletions
.travis.yml
with
3 additions
and
5 deletions
.travis.yml
+
3
−
5
View file @
fd284f23
...
...
@@ -250,11 +250,10 @@ addons:
-
libgme-dev
-
p7zip-full
homebrew
:
taps
:
-
mazmazz/srb2
packages
:
-
libmodplug
-
liboog
-
libvorbis
-
sdl2
-
mazmazz/srb2/sdl2_mixer
-
game-music-emu
-
p7zip
-
cmake
...
...
@@ -271,7 +270,6 @@ before_script:
-
cmake .. -DCMAKE_BUILD_TYPE=Release
before_install
:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2_mixer; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -O -L https://www.libsdl.org/release/SDL2-2.0.6.dmg; hdiutil attach SDL2-2.0.6.dmg; sudo cp -a /Volumes/SDL2/SDL2.framework /Library/Frameworks/; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -O -L https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.dmg; hdiutil attach SDL2_mixer-2.0.1.dmg; sudo cp -a /Volumes/SDL2_mixer/SDL2_mixer.framework /Library/Frameworks/; fi
-
mkdir -p $HOME/srb2_cache
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment