aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Remove needless depAleksey Kladov2020-03-043-19/+5
|
* Nightly binary releasesAleksey Kladov2020-03-046-47/+183
| | | | This doesn't publish nightly plugin to the marketplace yet
* Deindent YAMLAleksey Kladov2020-03-043-258/+261
|
* Clean xtask partial artifacts in `xtask pre-cache`Christopher Durham2020-03-031-1/+1
|
* Actually gate CI on eslintAleksey Kladov2020-02-271-1/+1
|
* Merge pull request #3330 from Veetaha/feature/cargo-auditAleksey Kladov2020-02-261-0/+10
|\ | | | | cicd: add cargo audit
| * cicd: add cargo auditVeetaha2020-02-261-0/+10
| |
* | vscode: added audit at ciVeetaha2020-02-261-1/+6
|/
* Check that we use no C deps on CIAleksey Kladov2020-02-191-0/+1
| | | | | | | | | C deps are not a problem for a typical build, but cause issues in more esoteric scenarios, like cross-compiling. Let's check that we don't have them. Setting `CC` to some dummy value should do the trick, as custom build scripts typically respect this variable.
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-11/+11
|
* Gate stuff on CIAleksey Kladov2020-02-181-0/+2
|
* Fix extension nameAleksey Kladov2020-02-171-6/+5
|
* Fix release process once moreAleksey Kladov2020-02-171-2/+2
|
* Fix release processAleksey Kladov2020-02-171-4/+5
|
* cicd: simplify vsce callVeetaha2020-02-151-1/+1
|
* Third time's a charm?Aleksey Kladov2020-02-111-1/+1
|
* Fix releaseAleksey Kladov2020-02-111-9/+0
|
* Publish VS Code extension automaticallyAleksey Kladov2020-02-111-3/+19
|
* eamcs is now upstreamedAleksey Kladov2020-02-101-3/+0
|
* Make sure release uses the release branch, and not masterAleksey Kladov2020-01-291-2/+4
|
* Don't fail fast on CIAleksey Kladov2020-01-221-0/+1
|
* build with clang?Aleksey Kladov2020-01-131-5/+11
|
* muslAleksey Kladov2020-01-131-1/+2
|
* 🎁 GitHub releases 🎁Aleksey Kladov2020-01-131-13/+98
|
* Tweak release workflowAleksey Kladov2020-01-111-41/+13
|
* Don't be overly genericAleksey Kladov2020-01-112-6/+4
|
* We only want this triggering for master.Giles Cope2020-01-091-2/+0
|
* Reducing binary size and optimising a bit more.Giles Cope2020-01-091-1/+1
|
* Still double compiling. Try this.Giles Cope2020-01-091-9/+3
|
* Was doing the compile twice.Giles Cope2020-01-091-1/+2
|
* Split out into a release build as bins were not getting generated as cargo ↵Giles Cope2020-01-092-32/+131
| | | | build wasn't run
* second attemptGiles Cope2020-01-091-1/+1
|
* parameterised debugGiles Cope2020-01-091-3/+4
|
* Packaging server binsGiles Cope2020-01-091-2/+13
|
* create dir if not there as cp doesn't seem to have an option to create the ↵Giles Cope2020-01-091-1/+1
| | | | dest dir automatically.
* put as debug for now while I get it working.Giles Cope2020-01-091-3/+3
|
* Getting to grips with github format...Giles Cope2020-01-091-1/+5
|
* Less output for typescript artifactsGiles Cope2020-01-091-2/+7
|
* Relative adderssGiles Cope2020-01-081-1/+1
|
* UploadGiles Cope2020-01-081-3/+6
|
* noopGiles Cope2020-01-081-0/+1
|
* Make artifacts accessibleGiles Cope2020-01-081-0/+7
|
* More tenacious CI networkingAleksey Kladov2020-01-071-0/+2
|
* Try to restore caching on CIAleksey Kladov2020-01-071-1/+13
|
* Share cache cleaning logic between OSesAleksey Kladov2020-01-071-20/+5
|
* Rename old toolchains on windows to speedup installationEmil Lauridsen2020-01-031-2/+6
|
* Remove rust-docs on Windows before updating to latest stableEmil Lauridsen2020-01-031-0/+4
|
* Blindfolded PowerShell codingEmil Lauridsen2020-01-031-1/+17
|
* Run tests on ubuntu, windows and macosEmil Lauridsen2020-01-031-1/+4
|
* Minimize typescript CIAleksey Kladov2019-12-301-8/+1
|