mirror of https://github.com/probonopd/MiniDexed
Merge branch 'main' of https://github.com/probonopd/MiniDexed
commit
b75e336972
@ -1,15 +1,24 @@ |
||||
#!/bin/bash |
||||
set -ex |
||||
# |
||||
# Update top-level modules as a baseline |
||||
git submodule update --init --recursive |
||||
# |
||||
# Use fixed master branch of circle-stdlib then re-update |
||||
cd circle-stdlib/ |
||||
git checkout e318f89 # Needed to support Circle develop? |
||||
git checkout 695ab4a |
||||
git submodule update --init --recursive |
||||
cd - |
||||
# |
||||
# Optional update submodules explicitly |
||||
cd circle-stdlib/libs/circle |
||||
git checkout ec09d7e # develop |
||||
git checkout fe09c4b |
||||
cd - |
||||
cd circle-stdlib/libs/circle-newlib |
||||
git checkout 48bf91d # needed for circle ec09d7e |
||||
#git checkout develop |
||||
cd - |
||||
# |
||||
# Use fixed master branch of Synth_Dexed |
||||
cd Synth_Dexed/ |
||||
git checkout c9f5274 |
||||
cd - |
||||
|
Loading…
Reference in new issue