1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-23 12:44:13 +02:00
crud_generator/vendor/github.com/jinzhu/inflection/wercker.yml
Nikitin Aleksandr b7446dc946 новый
2023-09-28 17:45:44 +03:00

24 lines
354 B
YAML

box: golang
build:
steps:
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
go get
# Build the project
- script:
name: go build
code: |
go build ./...
# Test the project
- script:
name: go test
code: |
go test ./...