Skip to content

Commit

Permalink
Restored develop branch (for HTML5 support) of CsoundQt to AppVeyor b…
Browse files Browse the repository at this point in the history
…uild.
  • Loading branch information
gogins committed Nov 11, 2017
1 parent 4fe1ec6 commit aa43ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msvc/downloadDependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -319,14 +319,14 @@ if (Test-Path "CsoundQt")
{
cd CsoundQt
git pull
git checkout master
git checkout develop
git pull
git branch
echo "CsoundQt already downloaded, updated"
}
else
{
git clone -b master --depth=1 --single-branch "https://github.com/CsoundQt/CsoundQt.git"
git clone -b develop --depth=1 --single-branch "https://github.com/CsoundQt/CsoundQt.git"
cd CsoundQt
git pull
git checkout master
Expand Down

3 comments on commit aa43ac3

@kunstmusik
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gogins I thought we were going to use only stable builds. Shouldn't be just wait until new CsoundQt code is pushed to their master branch? This seems like a step backwards.

@rorywalsh
Copy link
Contributor

@rorywalsh rorywalsh commented on aa43ac3 Nov 12, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gogins
Copy link
Contributor Author

@gogins gogins commented on aa43ac3 Nov 12, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.