Skip to content
Snippets Groups Projects

Change clone to fetch

Merged Loic Hausammann requested to merge new_implementation into master
+ 2
2
before_script:
# compile swift
- git clone https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git
- git clone https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git --single-branch --branch master
- cd swiftsim
- ./autogen
- ./autogen.sh
- ./configure --with-subgrid=GEAR
- make -j 4
Loading