Russell Banks
20e8a9f5d5
Update .github/workflows/release.yml
...
Co-authored-by: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com>
2022-10-01 12:31:33 +01:00
Russell Banks
214ba8839a
Update .github/workflows/release.yml
...
Co-authored-by: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com>
2022-09-24 15:21:42 +01:00
Russell Banks
1187525ba5
Add WinGet Releaser
2022-09-23 22:38:49 +01:00
Federico Terzi
b2356abe69
feat(ci): add automatic code-sign on Windows ( #1352 )
...
* feat(ci): first draft of signtool script
* feat(ci): add test signing step
* feat: another test commit that should fail
* feat: this one should succeed
* fix: create installer from resources executable
* fix: prevent reset of resources
* fix: remove test branch
2022-08-30 21:47:26 +02:00
Federico Terzi
5256e3e79f
fix(misc): fix clippy warnings ( #1342 )
...
* fix(misc): fix clippy warnings
* fix(misc): fix clippy warnings
* fix(misc): fix clippy warnings
* fix(misc): fix clippy warnings
* fix(misc): fix clippy warnings
2022-08-25 21:23:55 +02:00
Andrea Giovine
ce01989f7c
fix(ci): improve version extraction ( #1336 )
...
* fix(ci): right use of grep
* fix(ci): remove unnecessary `head` command
2022-08-15 10:24:42 +02:00
Federico Terzi
d795d81fbf
feat(ci): add notarization step to CI ( #1335 )
...
* feat(ci): add notarization step on macOS release
* fix(ci): enable hardened runtime
* feat(ci): remove unused code
2022-08-15 10:22:15 +02:00
Federico Terzi
2ea452bf61
feat(ci): add macOS codesign step ( #1334 )
2022-08-13 21:53:53 +02:00
Federico Terzi
6b5d0a3d3b
feat(ci): optimize CI ( #1283 )
...
* feat(ci): attempt speeding up the CI
* fix(ci): avoid redundant runs on PRs
* fix: remove redundant comment
* fix: remove force option from cargo install
* feat(ci): first draft of modulo caching
* feat(modulo): add debug step
* fix(ci): attempt using absolute paths
* fix: use contexts instead of variables
* fix: use contexts
* fix: remove cache from test runs
* fix: change cache key
* fix: wrong indentation
* chore: add explainatory comment
* fix(ci): fix cache order
2022-07-03 20:15:00 +02:00
Federico Terzi
cd9f26ce3e
feat(ci): set up Homebrew release CI. #897
2022-01-12 21:46:06 +01:00
Federico Terzi
54bfed4c11
fix(ci): fix CI YAML indentation error
2022-01-12 21:42:24 +01:00
Federico Terzi
ff693dd998
feat(misc): add test action to publish homebrew cask
2022-01-12 21:40:47 +01:00
Federico Terzi
86632e38e6
fix(ci): fix wrong artifacts name
2022-01-10 21:42:45 +01:00
Federico Terzi
50f70b2ba5
fix(ci): fix wrong step name
2022-01-10 21:04:20 +01:00
Federico Terzi
671fd3c532
feat(misc): implement Deb package building pipeline. Fix #932
2022-01-10 20:53:56 +01:00
Federico Terzi
38b4d437f3
fix(ci): install explicit rust-script version to mitigate CI failure: https://github.com/fornwall/rust-script/issues/42
2021-12-11 16:31:57 +01:00
Federico Terzi
b20aa9c702
fix(ci): specify explicit cargo-make version
2021-10-22 21:18:28 +02:00
Federico Terzi
904f24a438
fix(ci): attempt to fix linux CI that failed on apt install step
2021-10-16 12:08:32 +02:00
Federico Terzi
a257cf96e5
fix(ci): add explicit macOS minimum version to CI to (hopefully) fix #785
2021-10-14 19:37:47 +02:00
Federico Terzi
3d7e711555
feat(ci): create artifacts also for dev commits, but publish releases only if master
2021-10-06 19:16:52 +02:00
Federico Terzi
55930364f8
fix(ci): install linux dependencies before clippy
2021-10-06 19:07:05 +02:00
Federico Terzi
5d7b13e0bc
feat(ci): add clippy and formatting checks
2021-10-05 23:20:07 +02:00
Federico Terzi
5b21c9490e
feat(ci): point release ci to master branch
2021-10-05 20:52:29 +02:00
Federico Terzi
8e4f1920c7
fix(ci): use hash instead of branch name
2021-10-04 21:36:15 +02:00
Federico Terzi
cfa67d1b1b
feat(ci): use current branch as base commit for tag
2021-10-04 21:25:41 +02:00
Federico Terzi
13da059a48
feat(ci): implement step to create new release
2021-10-04 20:42:38 +02:00
Federico Terzi
6f142681b5
fix(ci): change keychain name
2021-10-04 19:03:16 +02:00
Federico Terzi
8cac8e7479
fix(ci): fix invalid char in m1 pipeline
2021-10-04 18:13:56 +02:00
Federico Terzi
1de9ef9111
fix(ci): add missing char in base64 decoding
2021-10-04 16:20:18 +02:00
Federico Terzi
d6e225103b
fix(ci): add missing target install in mac m1 pipeline
2021-10-04 15:31:05 +02:00
Federico Terzi
a70dcdd7d2
feat(ci): add macos arm ci pipeline
2021-10-04 14:56:58 +02:00
Federico Terzi
2979390ddf
feat(ci): add mac intel release pipeline
2021-10-04 14:25:57 +02:00
Federico Terzi
912a1fd209
fix(ci): preserve rustup-related env-vars in ci build and fix a few errors
2021-10-03 18:29:10 +02:00
Federico Terzi
065e24b7f2
fix(ci): fix bad windows path and first steps in linux ci
2021-10-03 17:27:14 +02:00
Federico Terzi
c73a95d66a
fix(ci): fix broken path in Windows pipeline
2021-10-03 16:44:30 +02:00
Federico Terzi
1f2532f32f
fix(ci): fix wrong powershell command
2021-10-03 15:56:09 +02:00
Federico Terzi
dd6bb013ab
fix(ci): add missing cargo make step
2021-10-03 15:17:54 +02:00
Federico Terzi
3b00bf53f3
fix(ci): fix error in extract version step
2021-10-03 15:16:15 +02:00
Federico Terzi
679e95f952
feat(ci): first draft of windows release ci
2021-10-03 15:13:32 +02:00
Federico Terzi
d487522849
fix(ci): remove redundant test suite from m1 pipeline
2021-10-03 14:28:46 +02:00
Federico Terzi
55d5010699
feat(ci): add missing test runs in ci pipeline
2021-10-03 14:03:18 +02:00
Federico Terzi
a426131b08
fix(ci): clean up ci pipeline
2021-10-03 13:14:26 +02:00
Federico Terzi
d83cf60f8e
fix(ci): attempt with universal binary flag
2021-10-03 12:32:03 +02:00
Federico Terzi
aa1aaeca99
fix(ci): add debug code for M1 pipeline
2021-10-03 11:07:56 +02:00
Federico Terzi
6930687d01
fix(ci): add missing c flags in M1 pipeline
2021-10-03 10:13:09 +02:00
Federico Terzi
e84abc21bc
fix(ci): attempt to fix modulo building process on CI for M1 processors
2021-10-02 20:58:48 +02:00
Federico Terzi
0afa3f4208
fix(ci): attempt to fix m1 compilation problem on GH Actions
...
This reverts commit e33fc6993c
.
2021-10-02 19:36:21 +02:00
Federico Terzi
e33fc6993c
Revert "fix(ci): attempt to fix m1 compilation problem on GH Actions"
...
This reverts commit 1caa5d2a57
.
2021-10-02 18:44:00 +02:00
Federico Terzi
1caa5d2a57
fix(ci): attempt to fix m1 compilation problem on GH Actions
2021-10-02 18:14:41 +02:00
Federico Terzi
52632ec51c
fix(ci): add tmate to m1 pipeline to ease debugging
2021-10-02 15:51:28 +02:00