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 and VirtualBox 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> sudo su guest> source ~/.profile guest> dep ensure guest> exit guest> go build -o sql-runner ./sql_runner/
Assuming Building complete:
export TRAVIS_BUILD_DIR=/vagrant
./integration/setup_local.sh
dep ensure
go test ./sql_runner/
go build -o sql-runner ./sql_runner/
./integration/run_tests.sh
This is handled through CI/CD on Travis.