Skip to content

Commit

Permalink
update azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent 8f31c44 commit f4f7fdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ variables:
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
GO111MODULE: on
CGO_LDFLAGS_ALLOW: '.*'

steps:
- script: |
Expand All @@ -36,6 +37,13 @@ steps:
openssl x509 -req -days 365 -sha256 -in $HOME/.ssh/server.csr -CA $HOME/.ssh/ca.crt -CAkey $HOME/.ssh/ca.key -CAcreateserial -out $HOME/.ssh/server.crt -extfile <(echo subjectAltName = IP:127.0.0.1)
displayName: 'Generate certificates'

- script: |
git submodule update --init --recursive
cd c-deps
./builddeps.sh
cd ..
displayName: 'Build rocksdb'
- script: |
go version
go mod download
Expand Down

0 comments on commit f4f7fdf

Please sign in to comment.