This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Don't build juce stuff on travis for now
Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha1-winvst
falkTX
Filipe Coelho
<falktx@falktx.com>
5 years ago
parent
3ed2471c90
commit
f70e9dde41
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis/script-win32.sh
+1
-1
.travis/script-win64.sh
+ 1
- 1
.travis/script-win32.sh
View File
@@ -21,4 +21,4 @@ make distclean >/dev/null
make features
# Build native stuff
make BUILDING_FOR_WINDOWS=true
make BUILDING_FOR_WINDOWS=true
USING_JUCE=false
+ 1
- 1
.travis/script-win64.sh
View File
@@ -21,4 +21,4 @@ make distclean >/dev/null
make features
# Build native stuff
make BUILDING_FOR_WINDOWS=true
make BUILDING_FOR_WINDOWS=true
USING_JUCE=false
Write
Preview
Loading…
Cancel
Save