Skip to content

Commit

Permalink
Fixed Travis build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oheim committed Nov 12, 2015
1 parent cce28ab commit a9d0a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ before_script:

script:
- make -C viewer/build
- make -C client-api/Octave
- if [ $TRAVIS_OS_NAME == linux ]; then make -C client-api/Octave install; fi

after_success:
Expand Down
4 changes: 2 additions & 2 deletions client-api/Octave/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $(RELEASE_TARBALL): ../../.git/index
@# The C++ API must be bundled
@(cd ../C++/; git archive --output="$(shell pwd)/$(PACKAGE)-deps.tar" --prefix="$(PACKAGE)-$(VERSION)/" HEAD src)
@tar --concatenate --file="$(PACKAGE)-$(VERSION).tar" "$(PACKAGE)-deps.tar"
@$(GZIP) --best -f -k "$(PACKAGE)-$(VERSION).tar"
@rm "$(PACKAGE)-$(VERSION).tar" "$(PACKAGE)-deps.tar"
@$(GZIP) --best -f "$(PACKAGE)-$(VERSION).tar"
@rm -f "$(PACKAGE)-$(VERSION).tar" "$(PACKAGE)-deps.tar"

##
## Local Install Process
Expand Down

0 comments on commit a9d0a69

Please sign in to comment.