We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Assuming git, [Vagrant] vagrant-install and [VirtualBox] virtualbox-install installed:
host> git clone https://github.com/snowplow/sql-runner host> cd sql-runner host> vagrant up && vagrant ssh guest> cd /opt/gopath/src/github.com/snowplow/sql-runner guest> godep go build -o sql-runner ./sql_runner/
Assuming Building complete:
export TRAVIS_BUILD_DIR=/vagrant
./integration/setup_local.sh
godep go test ./sql_runner/
godep go build -o sql-runner ./sql_runner/
./integration/run_tests.sh
This is handled through CI/CD on Travis.