Commit Graph

28 Commits (e41d1829725ab875992c63f486087619498bbeee)

Author SHA1 Message Date
Audric Ackermann c77b24a2d4
fix avatar loading for opengroupv2
Audric Ackermann 333ec74f9d
disable build of binaries on pr to clearnet
Audric Ackermann 930c4d5b81
fix windows build
Audric Ackermann 8127691276 force ubuntu-18.04 for github actions
building on ubuntu 20.04 was causing issue with a too recent glibc for
some users dependent on ubuntu 18.04 or similar (elementary OS)
The issue arise as github action ubuntu-latest was upgraded recently too
ubuntu 20.04.
This fix forces the app to be built on ubuntu 18.04

Relates 
Audric Ackermann 588ddf684c
increase timeout for yarn install during builds
Audric Ackermann 09bd207b1d prettier ignore js files under test/ts
Audric Ackermann 5e43210493
Merge branch 'clearnet' of github.com:loki-project/loki-messenger into react-refactor
Audric Ackermann 155ba35d00
allow set-end for DISPLAY and LANG call on pull request
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor
Audric Ackermann 58dd064e93
Merge remote-tracking branch 'upstream/clearnet' into fix-integration-tests
Audric Ackermann a3dcc625b2
disable file server dependency install on ci
Audric Ackermann 17736f27de
add de translation branch to build on push
Audric Ackermann 31f84aaa99
use cache for gh pull actions to speed them up
Vince 9a427280d9
Update pull-request.yml
Vince da6c697bbc
Update build-binaries.yml
Build binaries for react-refactor
Vince 4a0150c1e2
Update build-binaries.yml
Include builds for UI refactor
Mikunj e6139a5463 Merge branch 'clearnet' into message-sending-refactor
Mikunj 8097b066f4 Fix actions
Audric Ackermann 91d6af64fb
add message-sending-refactor branch to TEST workflow
Audric Ackermann d888c76ca9
ci: add pull of session-file-server submodule
Audric Ackermann 83ac64a0e7
run lint ci task only on linux and macos
Mikunj 9c3762aed8 Update checkout action to v2
Mikunj a09e370e1d Added testing on pull request
Disable proxy in tests.
Mikunj 5f0c7a2416 Trying a different approach
Mikunj Varsani 9dd1e0f945
Update build-binaries.yml
Mikunj 5bd7b1254e Fix incorrect bash script
Mikunj 9c35659c6e Only enable signing if we have a certificate on Mac
Mikunj Varsani aec4ad0a26
GitHub actions ()
* Added build and release actions

* Added building instructions.
Updated electron builder to 23.2.3.
Fix unpacked directory not being removed correctly.

* Minor fix to build command

* Allow users to change install location on windows.
Added AppImage for linux.

* Fix artifact naming