Skip to content

Commit

Permalink
fix initial clone
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Apr 13, 2021
1 parent 637e87f commit c1e496f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install_dependencies
run:
cd docker;
run:
cd ${GITHUB_WORKSPACE};
git clone https://github.com/CCPPETMR/SIRF-SuperBuild --recursive -b master;
cd SIRF-SuperBuild/docker;
sudo bash raw-ubuntu.sh;
sudo bash build_essential-ubuntu.sh;
sudo bash build_python-ubuntu.sh;
Expand All @@ -44,10 +46,6 @@ jobs:
run: |
set -ex;
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
export sirf_source_dir=`pwd`;
# get SuperBuild
cd ..
git clone https://github.com/CCPPETMR/SIRF-SuperBuild --recursive -b master
cmake --version
#echo "cmake flags $BUILD_FLAGS $EXTRA_BUILD_FLAGS"
BUILD_FLAGS="-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DUSE_SYSTEM_ACE=ON -DUSE_SYSTEM_Armadillo=ON -DUSE_SYSTEM_Boost=ON -DUSE_SYSTEM_FFTW3=ON -DUSE_SYSTEM_HDF5=ON -DBUILD_siemens_to_ismrmrd=ON -DUSE_SYSTEM_SWIG=ON -DCMAKE_INSTALL_PREFIX=~/install -DPYVER=3";
Expand Down

0 comments on commit c1e496f

Please sign in to comment.