Skip to content
Snippets Groups Projects

Change clone to fetch

1 file
+ 12
2
Compare changes
  • Side-by-side
  • Inline
+ 12
2
@@ -20,7 +20,17 @@ before_script:
@@ -20,7 +20,17 @@ before_script:
- ./autogen.sh
- ./autogen.sh
- ./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
- ./configure --with-subgrid=GEAR --with-grackle=$GRACKLE_ROOT
- make -j 4
- make -j 4
 
- cd ..
test_build:
# compile pyswiftsim
 
- python setup.py install --user
 
 
# compile the docs
 
- cd docs
 
- make html
 
 
test:
script:
script:
- python setup.py build
- cd test
\ No newline at end of file
- ./getCoolingTable.sh
 
- ./test_cooling.py
 
\ No newline at end of file
Loading