Skip to content

Commit

Permalink
Bump to version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 14, 2019
1 parent 77db969 commit 945bc16
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 194 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,11 @@ matrix:
- gcc-6
- g++-6
script: *script-linux

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: $TRAVIS_BUILD_DIR/Builds/MacOSX/modEQ-$(git tag --points-at HEAD)-linux.zip
skip_cleanup: true
on:
all_branches: true

7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GENERAL
version: 0.2.6.{build}
version: 0.2.7.{build}
branches:
only:
- master
Expand All @@ -14,9 +14,10 @@ install:
- cmd: cd c:\modEQ
- cmd: git submodule update --init --recursive
- ps: (Get-Content -Path "c:/modEQ/3rd_party/JUCE/extras/Projucer/JuceLibraryCode/AppConfig.h") | ForEach-Object {$_ -Replace "#define JUCER_ENABLE_GPL_MODE 0", "#define JUCER_ENABLE_GPL_MODE 1"} | Set-Content -Path "c:/modEQ/3rd_party/JUCE/extras/Projucer/JuceLibraryCode/AppConfig.h"
- cmd: msbuild c:/modEQ/3rd_party/JUCE/extras/Projucer/Builds/VisualStudio2017/Projucer.sln /property:Platform=x64
- cmd: msbuild c:/modEQ/3rd_party/JUCE/extras/Projucer/Builds/VisualStudio2017/Projucer.sln /property:Platform=x64 /m
- cmd: c:\modEQ\3rd_party\JUCE\extras\Projucer\Builds\VisualStudio2017\x64\Debug\App\Projucer.exe --resave C:\modEQ\modEQ.jucer

# BUILD
build_script:
- cmd: msbuild c:/modEQ/Builds/VisualStudio2017/modEQ.sln /property:Platform=x64
- cmd: msbuild c:/modEQ/Builds/VisualStudio2017/modEQ.sln /p:Platform=x64 /p:Configuration=Release /m
- cmd: 7z a modEQ-win.zip c:/modEQ/Builds/VisualStudio2017/x64/Release
Loading

0 comments on commit 945bc16

Please sign in to comment.