Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Add Makefile to ease local testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
janrotter committed May 2, 2016
1 parent 21d54c9 commit 2baf738
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
localtest:
vagrant destroy -f
vagrant up
vagrant ssh -c 'cd /ansible/roles/ansible-bigbluebutton && . tests/test.sh'
vagrant destroy -f

0 comments on commit 2baf738

Please sign in to comment.