Commit graph

7 commits

Author SHA1 Message Date
sh0rez
4f76fe7be6 fix: makefile embedmd
Runs the Makefile on bash, so that pushd/popd works
2020-03-02 07:37:21 +00:00
sh0rez
80c06a483a
feat(cli): --version using ldflags
The go-modules approach is a bit broken: https://github.com/golang/go/issues/29228
To resolve that, we now compute that version using `git describe` and
set it using `ldflags`.

While this is not as nice/builtin as the other approach, it at least
works all the time and across go versions.

Furthermore, I did refactor the Makefile in preparation for an AUR
package that builds from source and for building release artifacts in CI.
2020-02-28 19:40:37 +01:00
Matthias Loibl
3e85357934
Actually run go test on packages 2019-07-23 14:00:17 -07:00
Matthias Loibl
807ab8dc76
drone: Run tests including integration tests 2019-07-23 13:37:23 -07:00
davidovich
35ea3ae13f remove -i flag of go test that disables tests
from go help test:

        -i
            Install packages that are dependencies of the test.
            Do not run the test.

This patch simply removes the -i.
2019-07-10 17:57:20 -04:00
Matthias Loibl
eddfcec0f5
Check for existing jsonnetfile.json before init 2018-08-08 10:35:20 +02:00
Frederic Branczyk
cb59934d1d
Initial commit 2018-04-24 16:01:37 +01:00