Skip to content

Commit

Permalink
Take back the blank spaces too [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstorm committed May 1, 2020
1 parent ae3e810 commit 692373f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ addons:
packages:
- libgtk-3-dev
- nasm

before_script:
- mkdir build
- cd build
- cmake ..

script: make

before_deploy:
- mkdir deploy
- if [ $TRAVIS_OS_NAME = osx ]; then cp libopenpnp-capture.dylib deploy; cp mac/tests/openpnp-capture-test deploy/openpnp-capture-test-mac; fi
Expand Down

0 comments on commit 692373f

Please sign in to comment.