Commit graph

11 commits

Author SHA1 Message Date
maximillianbrain1
1cd6be2d0b Adds arm64 to MacOS binary compilation 2022-10-20 10:46:54 -05:00
Matthias Loibl
153f48f7c2
Update Go in CI and busybox to 1.35 2022-06-22 16:26:42 +02:00
Dominik Süß
9e88f6d38d
fix: windows enhancements (#110)
* use filepath to check for known packages

this fixes an issue using windows. without this patch, jb would delete
the folder after installation since the path is not known

* reduce temp directory length by hashing

using this hash it is harder to reach the windows limit for filenames
and directories

* further reduce temp dir length

* do not build binaries for windows/amd*
2020-05-20 15:51:58 +02:00
sh0rez
7beb30ed18 fix: generate-help-script
Binary path is different, need to adapt
2020-03-02 16:43:11 +01:00
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