Skip to content

Commit

Permalink
[ci] Fix common.deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 13, 2022
1 parent d1ab28b commit fab5337
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/common.deps.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

(
cd score/src/addons
ls
pwd
cd src/addons

git clone --recursive -j16 https://github.com/ossia/score-addon-network
git clone --recursive -j16 https://github.com/ossia/iscore-addon-network
)
2 changes: 2 additions & 0 deletions ci/win32.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
cinst -y ninja
cinst -y rsync

(
set -x
mkdir /c/ossia-sdk
cd /c/ossia-sdk
curl -L https://github.com/ossia/sdk/releases/download/sdk25/sdk-mingw.7z --output sdk-mingw.7z
7z x sdk-mingw.7z
rm sdk-mingw.7z
ls
)

source ci/common.deps.sh

0 comments on commit fab5337

Please sign in to comment.