some changes
continuous-integration/drone/push Build is passing Details

main
Antonio De Lucreziis 2 years ago
parent 2ae24006b2
commit d5aa458af7

@ -6,4 +6,4 @@ steps:
image: golang
commands:
- go test -v ./...
- go build
- go build -o ./bin/drone-example .

@ -4,3 +4,14 @@
Un piccolo progetto di esempio per mostrare come funziona [Drone](https://build.phc.dm.unipi.it)
# Test
```bash shell
$ go test -v ./...
```
# Build
```bash shell
$ go build -o ./bin/drone-example .
```

Binary file not shown.
Loading…
Cancel
Save