Skip to content

Commit

Permalink
Merge pull request #92 from pierreguillot/dev/v1.0.3
Browse files Browse the repository at this point in the history
v1.0.3
  • Loading branch information
pierreguillot authored Feb 20, 2018
2 parents c19b37c + 49e9594 commit 5f6ea0a
Show file tree
Hide file tree
Showing 182 changed files with 34,284 additions and 10,106 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
*.xcuserdatad

# Juce & ThirdParty
/Builds/MacOSX/build/
/Builds/LinuxMakefile/build/
/Builds/.backup/
/Instrument/Builds/MacOSX/build/
/Instrument/Builds/LinuxMakefile/build/
/Effect/Builds/MacOSX/build/
/Effect/Builds/LinuxMakefile/build/
/.backup/

#Examples
/Plugins/Examples/*
Expand Down
26 changes: 13 additions & 13 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "Juce"]
path = Juce
url = https://pierreguillot@github.com/WeAreROLI/JUCE.git
[submodule "VST"]
path = VST
url = https://pierreguillot@github.com/steinbergmedia/vst3sdk.git
[submodule "libpd"]
path = libpd
url = https://github.com/pierreguillot/libpd.git
[submodule "readerwriterqueue"]
path = readerwriterqueue
url = https://github.com/cameron314/readerwriterqueue.git
[submodule "concurrentqueue"]
path = concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
url=https://github.com/pierreguillot/JUCE.git
[submodule "Dependencies/ConcurrentQueue"]
path = Dependencies/ConcurrentQueue
url = https://github.com/pierreguillot/concurrentqueue.git
[submodule "Dependencies/ReaderwriterQueue"]
path = Dependencies/ReaderwriterQueue
url = https://github.com/pierreguillot/readerwriterqueue.git
[submodule "Dependencies/Vst"]
path = Dependencies/Vst
url = https://github.com/steinbergmedia/vst3sdk.git
[submodule "Dependencies/LibPd"]
path = Dependencies/LibPd
url = https://pierreguillot@github.com/pierreguillot/libpd.git
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ matrix:
- sudo apt-get -qq update
- sudo apt-get install -y libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-dev
script:
- make -C libpd MULTI=true
- make -C Builds/LinuxMakefile/ TARGET_ARCH=-m64 CONFIG=Release
- make -C Builds/LinuxMakefile/ TARGET_ARCH=-m64 CONFIG=ReleaseFx
- mkdir Dependencies/LibPd/build && mkdir Dependencies/LibPd/build/makefile/ && cd Dependencies/LibPd/build/makefile
- cmake -DCMAKE_BUILD_TYPE=Release ../..
- cd ../../../..
- make -C Dependencies/LibPd/build/makefile libpdstatic
- make -C Instrument/Builds/LinuxMakefile TARGET_ARCH=-m64 CONFIG=Release
- make -C Effect/Builds/LinuxMakefile TARGET_ARCH=-m64 CONFIG=Release
before_deploy:
- rm Plugins/Camomile.a
- rm Plugins/CamomileFx.a
Expand All @@ -36,9 +39,10 @@ matrix:
compiler: clang++
env: release=CamomileMacOS
script:
- xcodebuild -project libpd/libpd.xcodeproj -target libpd-osx-multi -configuration Release ONLY_ACTIVE_ARCH=NO CONFIGURATION_BUILD_DIR="./libs" | egrep -A 5 "(error|warning):"
- xcodebuild -project Builds/MacOSX/Camomile.xcodeproj -configuration Release
- xcodebuild -project Builds/MacOSX/Camomile.xcodeproj -configuration ReleaseFx
- mkdir Dependencies/LibPd/build && mkdir Dependencies/LibPd/build/xcode/ && cd Dependencies/LibPd/build/xcode
- cmake -GXcode ../..
- cd ../../../..
- xcodebuild -workspace Camomile.xcworkspace -scheme Camomile-libpd -configuration Release
before_deploy:
- rm Plugins/libCamomile.a
- rm Plugins/libCamomileFx.a
Expand Down
2,877 changes: 0 additions & 2,877 deletions Builds/VisualStudio2015/Camomile_SharedCode.vcxproj

This file was deleted.

4,148 changes: 0 additions & 4,148 deletions Builds/VisualStudio2015/Camomile_SharedCode.vcxproj.filters

This file was deleted.

166 changes: 0 additions & 166 deletions Builds/VisualStudio2015/Camomile_StandalonePlugin.vcxproj

This file was deleted.

Loading

0 comments on commit 5f6ea0a

Please sign in to comment.