Skip to content

Commit

Permalink
updating for building with JUCE .52
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Feb 16, 2018
1 parent 746fcaa commit d357d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ before_script:
- cd /Users/travis/build/rorywalsh/
- git clone https://github.com/WeAreROLI/JUCE.git
- cd JUCE/extras/Projucer/JuceLibraryCode
- git checkout tags/5.2.0
- sed -i '' "s/#define JUCER_ENABLE_GPL_MODE 1/#define JUCER_ENABLE_GPL_MODE 1/" AppConfig.h
- sed -i '' "s/#define JUCE_USE_DARK_SPLASH_SCREEN 1/#define JUCE_USE_DARK_SPLASH_SCREEN 0/" AppConfig.h
- cat AppConfig.h
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -48,6 +48,7 @@ install:
- ps: Get-ChildItem -Path "C:/ASIOSDK2.3" | Copy-Item -Destination "C:/SDKs/ASIOSDK2.3" -Recurse -Container
- cmd: git clone https://github.com/WeAreROLI/JUCE.git
- cmd: cd c:/JUCE/extras/Projucer/JuceLibraryCode
- cmd: git checkout tags/5.2.0
- ps: (Get-Content -Path "AppConfig.h") | ForEach-Object {$_ -Replace "#define JUCER_ENABLE_GPL_MODE 1", "#define JUCER_ENABLE_GPL_MODE 0"} | Set-Content -Path "AppConfig.h"
- ps: (Get-Content -Path "AppConfig.h") | ForEach-Object {$_ -Replace "#define JUCE_USE_DARK_SPLASH_SCREEN 1", "#define JUCE_USE_DARK_SPLASH_SCREEN 0"} | Set-Content -Path "AppConfig.h"

Expand Down

0 comments on commit d357d0b

Please sign in to comment.