Browse Source

test: remove "cd" and split over multiple lines

It isn't necessary to change to the checkout directory because this is already the default pwd in the test section. Also split the commands over multiple line for overview purposes.
sisyphus
Pascal Jufer 8 years ago
parent
commit
92ebb08883
  1. 4
      circle.yml

4
circle.yml

@ -20,4 +20,6 @@ dependencies:
test:
override:
- cd ${CIRCLE_PROJECT_REPONAME}; ./autogen.sh && make && sudo make install
- ./autogen.sh
- make
- sudo make install

Loading…
Cancel
Save