Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vscode tests configuration for more verbose output | vsrs | 2020-05-23 | 1 | -0/+2 |
| | |||||
* | OS matrix for TypeScript | vsrs | 2020-05-23 | 1 | -1/+8 |
| | |||||
* | xvfb-action fix | vsrs | 2020-05-23 | 1 | -3/+3 |
| | |||||
* | Try GabrielBB/xvfb to run vscode tests | vsrs | 2020-05-23 | 1 | -11/+5 |
| | |||||
* | Start xvfb manually on ubuntu | vsrs | 2020-05-23 | 1 | -1/+10 |
| | |||||
* | try to run TypeScript CI on windows | vsrs | 2020-05-23 | 1 | -2/+2 |
| | |||||
* | Add `npm test` to CI | vsrs | 2020-05-23 | 1 | -0/+3 |
| | |||||
* | Use actions-rs/install and /audit-check for cargo-audit | Laurențiu Nicola | 2020-04-11 | 1 | -14/+3 |
| | |||||
* | More general CI env var | Aleksey Kladov | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Add back deny_c | Edwin Cheng | 2020-04-05 | 1 | -5/+2 |
| | |||||
* | Remove deny_c in CI | Edwin Cheng | 2020-04-03 | 1 | -2/+5 |
| | |||||
* | Enable backtrace on CI | Aleksey Kladov | 2020-03-30 | 1 | -0/+1 |
| | |||||
* | Don't deny C for cargo audit | Aleksey Kladov | 2020-03-26 | 1 | -1/+2 |
| | | | | It depends on openssl ;-( | ||||
* | Specify env once for all jobs | Aleksey Kladov | 2020-03-26 | 1 | -15/+8 |
| | |||||
* | cicd: revive npm audit | veetaha | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | Disable npm audit, as it blocks unrelated PR without a way to fix | Aleksey Kladov | 2020-03-17 | 1 | -2/+2 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117 | ||||
* | Fix cargo registry caching for builds | bjorn3 | 2020-03-16 | 1 | -0/+3 |
| | |||||
* | Fix audit caching better | Aleksey Kladov | 2020-03-16 | 1 | -1/+2 |
| | |||||
* | Fix cargo audit caching | Aleksey Kladov | 2020-03-16 | 1 | -1/+2 |
| | | | | | | See https://github.com/actions/cache/issues/133#issuecomment-599102035 for chown bit | ||||
* | Actually make npm audit more robust | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | In bash, && and || have the same priority. | ||||
* | Cache cargo-audit on CI | Aleksey Kladov | 2020-03-16 | 1 | -0/+13 |
| | | | | closes #3399 | ||||
* | Retry rust audit as well | Aleksey Kladov | 2020-03-16 | 1 | -0/+4 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/runs/511553989?check_suite_focus=true#step:3:6 | ||||
* | Make audit more reliable | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | | | I've seen this transient error a couple of times: https://github.com/rust-analyzer/rust-analyzer/runs/511162809?check_suite_focus=true#step:5:8 | ||||
* | Use actions/checkout@v2 | CAD97 | 2020-03-07 | 1 | -3/+3 |
| | |||||
* | Remove needless dep | Aleksey Kladov | 2020-03-04 | 1 | -7/+2 |
| | |||||
* | Deindent YAML | Aleksey Kladov | 2020-03-04 | 1 | -76/+78 |
| | |||||
* | Clean xtask partial artifacts in `xtask pre-cache` | Christopher Durham | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | Actually gate CI on eslint | Aleksey Kladov | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3330 from Veetaha/feature/cargo-audit | Aleksey Kladov | 2020-02-26 | 1 | -0/+10 |
|\ | | | | | cicd: add cargo audit | ||||
| * | cicd: add cargo audit | Veetaha | 2020-02-26 | 1 | -0/+10 |
| | | |||||
* | | vscode: added audit at ci | Veetaha | 2020-02-26 | 1 | -1/+6 |
|/ | |||||
* | Check that we use no C deps on CI | Aleksey Kladov | 2020-02-19 | 1 | -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 CI | Aleksey Kladov | 2020-02-18 | 1 | -0/+2 |
| | |||||
* | Don't fail fast on CI | Aleksey Kladov | 2020-01-22 | 1 | -0/+1 |
| | |||||
* | Don't be overly generic | Aleksey Kladov | 2020-01-11 | 1 | -2/+1 |
| | |||||
* | Split out into a release build as bins were not getting generated as cargo ↵ | Giles Cope | 2020-01-09 | 1 | -32/+0 |
| | | | | build wasn't run | ||||
* | second attempt | Giles Cope | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | parameterised debug | Giles Cope | 2020-01-09 | 1 | -3/+4 |
| | |||||
* | Packaging server bins | Giles Cope | 2020-01-09 | 1 | -2/+13 |
| | |||||
* | create dir if not there as cp doesn't seem to have an option to create the ↵ | Giles Cope | 2020-01-09 | 1 | -1/+1 |
| | | | | dest dir automatically. | ||||
* | put as debug for now while I get it working. | Giles Cope | 2020-01-09 | 1 | -3/+3 |
| | |||||
* | Getting to grips with github format... | Giles Cope | 2020-01-09 | 1 | -1/+5 |
| | |||||
* | Less output for typescript artifacts | Giles Cope | 2020-01-09 | 1 | -2/+7 |
| | |||||
* | Relative adderss | Giles Cope | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Upload | Giles Cope | 2020-01-08 | 1 | -3/+6 |
| | |||||
* | noop | Giles Cope | 2020-01-08 | 1 | -0/+1 |
| | |||||
* | Make artifacts accessible | Giles Cope | 2020-01-08 | 1 | -0/+7 |
| | |||||
* | More tenacious CI networking | Aleksey Kladov | 2020-01-07 | 1 | -0/+2 |
| | |||||
* | Try to restore caching on CI | Aleksey Kladov | 2020-01-07 | 1 | -1/+13 |
| | |||||
* | Share cache cleaning logic between OSes | Aleksey Kladov | 2020-01-07 | 1 | -20/+5 |
| |