Make build and make test in CircleCI (#25)
This commit is contained in:
@@ -11,9 +11,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Create the credentials file
|
name: Create the credentials file
|
||||||
command: sh scripts/createCredentials.sh
|
command: sh scripts/createCredentials.sh
|
||||||
- run:
|
|
||||||
name: Build and deploy connector
|
|
||||||
command: sh scripts/envCreation.sh
|
|
||||||
- run: |
|
- run: |
|
||||||
echo 'export AZURE_AUTH_LOCATION=${outputPathCredsfile}' >> $BASH_ENV
|
echo 'export AZURE_AUTH_LOCATION=${outputPathCredsfile}' >> $BASH_ENV
|
||||||
- run: |
|
- run: |
|
||||||
@@ -21,6 +18,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Dependencies
|
name: Dependencies
|
||||||
command: go get -v -t -d ./...
|
command: go get -v -t -d ./...
|
||||||
|
- run:
|
||||||
|
name: Build
|
||||||
|
command: V=1 make build
|
||||||
- run:
|
- run:
|
||||||
name: Tests
|
name: Tests
|
||||||
command: go test -v ./...
|
command: V=1 CI=1 make test
|
||||||
|
|||||||
Reference in New Issue
Block a user