e7c25b482e
This makes sure the version number is baked into the binary that is built
10 lines
87 B
Bash
Executable File
10 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
go build ./cryptfs
|
|
go test ./cryptfs
|
|
|
|
source build.bash
|
|
go test
|