Michael Telatynski
8036985204
Update matrix-analytics-events to @matrix-org/analytics-events ( #8778 )
...
* Update matrix-analytics-events to @matrix-org/analytics-events
* Update install-deps.sh
* Update layered.sh
* Update BeaconMarker-test.tsx.snap
* Update BeaconStatus-test.tsx.snap
4 years ago
David Baker
1eb67047c9
Add some doc to the github actions / CI scripts ( #8034 )
...
* Add some doc to the githuib actions / CI scripts
Type: task
* alalytics-events is more name matching
4 years ago
Michael Telatynski
8dd0722e04
Update eventName=Screen to $screen to match PostHog's special behaviour ( #7667 )
4 years ago
Germain Souquet
5fb7dbee3e
Do not generate a lockfile when running in CI
5 years ago
J. Ryan Stinnett
50427786f9
Cloned deps do not need any building now
5 years ago
J. Ryan Stinnett
3d3490c6d7
For cloned deps, we only need to build types
5 years ago
David Baker
5536384866
Do less unnecessary work on CI
...
We were checking out & installing the develop js-sdk explicitly
in cases where we didn't need it at all. We were babeling the src
folder many, many times over (in some cases twice in the same job)
and never using the output at all.
6 years ago
Travis Ralston
8f37f8638d
Build the js-sdk for Jest tests
...
This is theoretically a fix for the tests failing post-sourcemaps.
6 years ago
David Baker
c36950db23
Make CI scripts executable
...
and remove chmod line from pipeline
6 years ago
Travis Ralston
618b2b1ae6
Add basic BuildKite :pipeline:
7 years ago
J. Ryan Stinnett
d9063bbf8e
Maybe bash instead of dash
7 years ago
J. Ryan Stinnett
337ac2f6a0
Reorder link and install steps
...
Take advantage of Yarn's preservation of links while installing and set up links
first and install second. This should result in a small speedup since we no
longer install the published SDKs just to replace them on the next line.
7 years ago
J. Ryan Stinnett
7c947d87ab
Update scripts and docs to use `yarn` where appropriate
...
Most `npm` operations are replaced with `yarn`, which generally has better
behavior. However, steps like publish that write to the NPM registry are left to
`npm`, which currently handles these tasks best.
7 years ago
Bruno Windels
481cd292ad
make e2e tests job conditional at travis.yml level
7 years ago
Erik Johnston
ab468b5346
Refactor travis-ci to use parallel jobs
7 years ago
David Baker
9bccecf449
Get symlink right
...
Also No need to cd into the symlink, can just go straight there
8 years ago
David Baker
825d610938
Bah, no pushd.
...
Also this npm install should now be unnecessary
8 years ago
David Baker
c54198464b
npm install the js-sdk
8 years ago
David Baker
730512bc3f
Use the right js-sdk branch when testing
...
On the react-sdk tests not just riot-web
8 years ago
Luke Barnard
07b6040c39
Update travis script to use lintwithexclusions
8 years ago
Richard van der Hoff
9bda212cb1
Make travis/jenkins check for lint on files which are clean to start with
9 years ago