9 Commits (75b68eeedffde41891da391708b91a8a01a2acf1)

Author SHA1 Message Date
Owen Green 75b68eeedf
Merge branch 'main' into dev 4 years ago
Owen Green 7fdb10258e
Enhance/integrate doc (#68)
* Add docs targets to CMake

* Add docs targets to nightly workflow

* fix doc copying for nightly

* try again to fix doc copying for nightly

* syntax error in yaml
4 years ago
weefuzzy b79331d024 add workflow_dispatch to nightly 4 years ago
weefuzzy c3adccd2e1 put nightly.yaml on main
so we can have nice things
4 years ago
Owen Green 8ab135d1b2
Update nightly.yaml
Add workflow dispatch for manual launch
4 years ago
James Bradbury 0d82b7c21f
Create release.yml 4 years ago
James Bradbury 0dbeb72e5c change release action 4 years ago
James Bradbury 512d1ec0e2
[CI] Actions@v4 (#49)
* use v4 of sc actions

* dont build on PR
4 years ago
James Bradbury 22c78371eb
Nightly Builds and Continuous Integration (#38)
* build macos supercollider to begin with

* build on nightlies

* compile all 3

* sloppy indentation

* remove ninja for configs

* try all the builds

* fix indentation and dependency

* try packaging

* make fully installation

* fix bigobj whinging in github

* move bigobj down

* remove huge pdb files

* remove pdb files

* build linux on ubuntu 18.04 LTS

* only build on dev branch and ci/nightlies branch

* parallelise zipping and correct the name

* use max cores on mac

* use windows-ly way of zipping files

* package things into non-nested zips

* download to here

* max -> supercollider 🤦

* use ninja and make release builds on windows

* sudo apt

* and Prs

* clone the dev branch of supercollider

* clone with https

* delete the old release before making a new one

* remove extraneous comment

* Revert "move bigobj down"

This reverts commit 5cd4a3532d6a629a071b1210e397f21fe416307f.

* Revert "fix bigobj whinging in github"

This reverts commit cb172b9c7ec2398ad0fbe6bb9456de91bfee990e.

* get core not SC

* use proper CMAKE variable for CORE

* use DFLUID_PATH not DFLUID_CORE

* update tags and remove make

* use choco to install ninja

* use ninja on windows

* update incorrect core link

* add working directory

* use composite action

* correctly point to the composite action

* specify toolchain for cmake

* use v2 of env flucoma action

* use an env variable to call CMAKE

* use composite action to build release

* remove env

* use flucoma actions to do building

* use sc not scbuild
4 years ago