summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2019-11-28[pkg] stop building snap from riseup_vpnKali Kaneko (leap communications)
2019-10-04[pkg] build calyxKali Kaneko (leap communications)
2019-09-30[pkg] add calyxvpn to artifactsKali Kaneko (leap communications)
2019-09-19[ci] Provide helpful hint in trigger_deb stagemicah
2019-09-18[CI] Remove deb stage from .gitlab-ci.yaml - superseded by the ability to ↵micah
"make deb" in branding
2019-09-17[ci] don't fail if git remote existsmicah
2019-09-17[ci] Only add the remote if it is not already theremicah
2019-09-17[ci] Fix whitespace in .gitlab-ci.ymlmicah
2019-09-17[ci] Update registry URIs in .gitlab-ci.ymlmicah
2019-09-15[pkg] use buster imageKali Kaneko (leap communications)
2019-09-15[pkg] no need for win_installer with the old repoKali Kaneko (leap communications)
2019-09-15[pkg] use bitmask-vpn image everywhereKali Kaneko (leap communications)
2019-09-15[bug] fix yamlKali Kaneko (leap communications)
2019-09-15[pkg] entrypoint for all vendored buildsKali Kaneko (leap communications)
2019-06-13[ci] get the right path for the docker image0.19.6Ruben Pollan
2019-05-17[ci] limit push step to master branchKali Kaneko (leap communications)
2019-05-15[ci] separate push into its own stageKali Kaneko (leap communications)
2019-05-15[ci] use an image that has curlKali Kaneko (leap communications)
2019-05-15[ci] trigger build in riseup-vpn_package repoKali Kaneko (leap communications)
2019-05-14[ci] push to a branch other than master for buildsKali Kaneko (leap communications)
2019-05-13[ci] fix image pathKali Kaneko (leap communications)
2019-05-13setup a basic push testMicah Anderson
2019-03-19[ci] remove unused deb tag for buildersKali Kaneko (leap communications)
2019-03-13[pkg] attempt at building deb from ciKali Kaneko (leap communications)
2019-01-18[test] fix ci builds after the refactorRuben Pollan
2019-01-17[test] update the CI to build snapsRuben Pollan
2019-01-15[test] update snap CI generation to the new snapRuben Pollan
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