Skip to content

Commit

Permalink
Travis CI debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
smokris committed Oct 2, 2018
1 parent ca943bd commit 8c1c7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ before_install:
&& travis_wait brew install --force-bottle qt
script:
- curl -OL https://vuo.org/sites/default/files/vuo-1.2.7-editor.zip
&& unzip vuo-1.2.7-editor.zip
&& unzip -q vuo-1.2.7-editor.zip
&& cd smokris
&& /usr/local/opt/qt/bin/qmake
&& make
before_deploy:
- cd smokris
- pwd && ls -la
&& zip ../smokris-vuo-nodes.zip *.vuonode
deploy:
provider: releases
Expand Down

0 comments on commit 8c1c7cf

Please sign in to comment.