4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 07:06:05 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
b4a7dab34d Versioning be damned 2018-12-26 23:50:17 +00:00
3283de17d5 Don't fail if tag exists 2018-12-19 00:15:12 +00:00
5684279403 CircleCI: don't recreate tags that already exist 2018-12-18 11:47:46 +00:00
22e6505079 Fix bug from #228 2018-12-08 11:28:47 +00:00
2d5f99a008 remove working_directory from circleci config, let it use the default, as per their blog post on go modules in 1.11 2018-12-07 20:19:19 -06:00
a7f5c427d4 Tag releases in master using CI (also checks for v0.x.0 instead of v0.x when deciding version numbers) 2018-12-03 17:44:26 +00:00
8844dedb8a Add create-pkg.sh for creating macOS installers 2018-10-17 11:55:01 +01:00
501dc2bb3d Test debug builds in CircleCI (also use Go 1.11 for CI builds) 2018-10-05 19:42:21 +01:00
438fcdfc5f Build for arm64 2018-07-20 10:04:04 +01:00
3d0b39f05a Keep version number 2018-06-25 14:21:31 +01:00
a7d1f21271 Run alien as root so package permissions are right 2018-06-25 14:19:22 +01:00
11acb0129d Use alien to generate RPMs 2018-06-25 14:17:07 +01:00
17146ee5bb Fix for Windows 2018-06-15 10:00:58 +01:00
3be8d97cc3 Fix CircleCI after fat-fingered copypasta 2018-06-15 09:58:02 +01:00
20fc551a67 Collect yggdrasilctl during CI build 2018-06-15 09:54:29 +01:00
b3117e6fe0 Fix armmhf into armhf for PKGARCH 2018-03-16 10:16:05 +00:00
0dc6e24451 Add armhf target for CircleCI 2018-03-16 10:10:44 +00:00
d58c971559 Fix bugs in CircleCI naming 2018-03-05 20:26:55 +00:00
6366558258 Use new semver versioning for CircleCI builds 2018-03-05 20:20:17 +00:00
64d4bbbb53 Update CircleCI config.yml to build for BSDs 2018-03-05 00:03:02 +00:00
e43776f90e Add version file 2018-03-04 11:09:17 +00:00
54a742d576 Set explicit version in CIBUILD 2018-03-04 10:58:10 +00:00
3deadee42e Tag the build artifacts with version and branch 2018-03-04 01:29:00 +00:00
3c1e00f23f Add CircleCI config.yml
This is an alternative to the TravisCI build file. CircleCI can automatically collect build artifacts which is nice!
2018-03-02 19:13:20 +00:00