Skip to content

Commit

Permalink
Make before release
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Aug 7, 2019
1 parent 3bc6ab1 commit 54dc7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ before_deploy:
- mkdir libverilogAST-release
- cd libverilogAST-release
- cmake -DCMAKE_BUILD_TYPE=Release ..
- cmake --build .
- cd ..
- tar -zcvf libverilogAST.tar.gz libverilogAST-release
deploy:
Expand All @@ -51,3 +52,4 @@ deploy:
repo: leonardt/verilogAST-cpp
tags: true
branch: master
condition: $TRAVIS_OS_NAME == "linux"

0 comments on commit 54dc7f2

Please sign in to comment.