Skip to content
Snippets Groups Projects

Fix/update CI

Merged Bram Veenboer requested to merge update-ci into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -207,8 +207,8 @@ test-integration:
- cmake -DCMAKE_PREFIX_PATH=/opt/idg -DCMAKE_INSTALL_PREFIX=/usr ../src
- make install -j4
- cd $CI_PROJECT_DIR && rm -rf /wsclean
# Install dp3 v5.4
- mkdir /dp3 && cd /dp3 && git clone https://git.astron.nl/RD/dp3.git src && cd src && git checkout v5.4 && cd ..
# Install dp3 v5.4 (this is not an official release, but the DP3_VERSION was updated to 5.4.0 at this commit)
- mkdir /dp3 && cd /dp3 && git clone https://git.astron.nl/RD/dp3.git src && cd src && git checkout 548828e2fde1a5fc504042b6af384c398b484f79 && cd ..
- mkdir build && cd build
- cmake -DBUILD_PACKAGES=On -DCMAKE_INSTALL_PREFIX=/usr ../src
- make install -j4
Loading