GithubHelp home page GithubHelp logo

ellapollack / juce-plugin-ci Goto Github PK

View Code? Open in Web Editor NEW
60.0 2.0 12.0 21 KB

DEPRECATED: Cross-platform CI for JUCE audio plugins with Github Actions

CMake 40.04% C++ 59.96%
juce audio-plugins github-actions continuous-integration

juce-plugin-ci's People

Contributors

9d7 avatar ellapollack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

juce-plugin-ci's Issues

Juce 6.1.3 support?

Do you know if anything needs to be changed to use Juce 6.1.3, other than the GIT_TAG in CMakeLists.txt?

When I tried this, the MacOS and Linux builds passed, but the Windows build failed in the Configure step, with a number of warnings, and one error:

error: type/value mismatch at argument 1 in template parameter list for
  'template<class Type> struct juce::UUIDGetter'

Here's the output of that step.

Making a local debug build

Thanks for the nice example of how to work with the JUCE CMake API, it really helps to get started quickly with building a project on GitHub CI.

It would be really nice if the README.md contained the steps to make local debug build on different platforms (WIN/OSX/LINUX). I would send in a pull request, but I haven't figured it out quite yet :p

MacOS deployment target issue

Thanks for this template -- it's very helpful.

When I ran the Standalone app on Mac OS 10.14.6., I got the error: You have macOS %@. The application requires macOS %@ or later. Not sure what's up with the version string there. But adding this to the top of CMakeLists.txt fixed it:

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.