Skip to content
Snippets Groups Projects

Update CI

Merged Loic Hausammann requested to merge update_CI into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -23,7 +23,7 @@ before_script:
- git clone https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git --single-branch --branch master
- cd swiftsim
- ./autogen.sh
- ./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
- ./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT --disable-hand-vec
- make -j 4
- cd ..
@@ -37,4 +37,4 @@ before_script:
test:
script:
- cd tests
- ./run_tests.sh
\ No newline at end of file
- ./run_tests.sh
Loading