aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Use actions/checkout@v2CAD972020-03-071-3/+3
|
* Remove needless depAleksey Kladov2020-03-041-7/+2
|
* Deindent YAMLAleksey Kladov2020-03-041-76/+78
|
* 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.
* Gate stuff on CIAleksey Kladov2020-02-181-0/+2
|
* Don't fail fast on CIAleksey Kladov2020-01-221-0/+1
|
* Don't be overly genericAleksey Kladov2020-01-111-2/+1
|
* Split out into a release build as bins were not getting generated as cargo ↵Giles Cope2020-01-091-32/+0
| | | | 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
|
* Skip slow tests by defaultAleksey Kladov2019-12-071-3/+5
|
* Run CI on trying as wellAleksey Kladov2019-11-191-0/+1
|
* Switch to ActionsAleksey Kladov2019-11-181-30/+21
|
* Run npm travis through xvfb-runcad972019-11-181-1/+1
|
* Enable github actions cicad972019-11-181-0/+86