summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2018-12-19[feat] use geolocated gatewaysKali Kaneko (leap communications)
we try to use the geoip service, and if the answer has an entry for the sorted gateways, we just use it instead of using the timezone heuristic. - Resolves: #84
2018-12-12[test] make bonafide more testableRuben Pollan
Get local timezone and http client as configurable things in bonafide, so tests can set them. Also separate integration tests and unit tests.
2018-11-23[ci] pkg is under riseup_vpn folderKali Kaneko (leap communications)
2018-11-22[ci] fix path for the installer artifactKali Kaneko (leap communications)
2018-11-21[ci] setup gopath in /tmp/goKali Kaneko (leap communications)
it turns out that "full path" is still a relative path, and therefore not allowed as a GOPATH.
2018-11-21[ci] set gopath to under ci project dirKali Kaneko (leap communications)
2018-11-21[ci] set gopath into homeKali Kaneko (leap communications)
2018-10-25[pkg] build snap in the CI from the current codeRuben Pollan
- Resolves: #75
2018-10-17[ci] lint: remove bogus control charKali Kaneko (leap communications)
2018-10-16[ci] lint gitlab-ci.yamlKali Kaneko (leap communications)
2018-10-16[ci] osx builderKali Kaneko (leap communications)
2018-10-10[pkg] make standalone the default buildRuben Pollan
2018-10-03[ci] fix typo in image pathKali Kaneko (leap communications)
2018-10-02[ci] change path for registryKali Kaneko (leap communications)
2018-10-01[ci] use our own docker image for building systrayKali Kaneko (leap communications)
see the dockerfile in riseup_vpn/docker, that's uploaded to leap's docker registry.
2018-09-18[test] add snap build to the CIRuben Pollan
2018-08-21[test] get nsis from ubuntu cosmicRuben Pollan
- Resolves: #61
2018-08-02[test] build standalone on the CIRuben Pollan
2018-07-11[pkg] build windows installer in the CIRuben Pollan
2018-06-12[pkg] compile for gtk_3_18 or olderRuben Pollan
- Resolves: #45
2018-06-04[feat] add version stringRuben Pollan
The binary now has a --version that is extracted from the git tags/commits. - Resolves: #39
2018-04-19[test] update apt repositoriesRuben Pollan
2018-03-20[test] add CI supportRuben Pollan
- Resolves: #13