Commit Graph

38 Commits

Author SHA1 Message Date
Audric Ackermann 509dd76b49 chore: share gh actions logic between workflows 2023-08-09 10:35:22 +10:00
Audric Ackermann 49955a3947 chore: update node version, electron and deps 2023-07-19 14:15:07 +02:00
Audric Ackermann 05a8751555 chore: add unstable to gh actions build and test 2023-06-14 08:38:23 +02:00
Audric Ackermann 5a5f069cca fix: add tracking of expiration timer for nts through libsession 2023-06-02 15:43:42 +10:00
Audric Ackermann 7bb0e52dce chore: update gh actions expiring soon 2023-05-01 09:54:45 +10:00
Audric Ackermann dc1daf7ed4 chore: include libsession node module into packaged apps 2023-04-28 09:50:05 +10:00
Audric Ackermann 2fa4743417 chore: build windows bins on windows-2022 2023-04-27 15:58:37 +10:00
Audric Ackermann ce186517a3 chore: lint code 2023-04-27 13:42:28 +10:00
Audric Ackermann e263b701b0 chore: fetch latest archive from libsession nodejs git repo 2023-04-27 13:34:22 +10:00
Audric Ackermann 9310b43394 chore: update github actions ubuntu to 20.04 2023-04-05 14:18:24 +10:00
Audric Ackermann 75cd2a32e3 chore: disable cache for windows builds as it keeps on breaking 2023-01-20 10:51:32 +11:00
Audric Ackermann d50413ce7c chore: cleanup package.json 2022-08-29 13:50:49 +10:00
Audric Ackermann 0efce6ea2d
updating workflows actions version 2022-04-26 16:43:30 +10:00
Audric Ackermann 1b2564abf5
fix ci builds 2022-04-20 11:45:28 +10:00
Audric Ackermann 397872f5ba
update github actions windows runner to windows-2019 2022-03-16 10:55:57 +11:00
audric f84fa2492f build rpm and freebsd package 2021-08-11 13:59:03 +10:00
Audric Ackermann 57b22cbdda
build deb and appImage separately
this is to unsure that the afterpack hook is not called when building
the app deb package
2021-08-03 13:31:48 +10:00
Audric Ackermann 3e4aceabcf
temporary build binary on pr to clearnet 2021-07-14 14:39:44 +10:00
Audric Ackermann 1b2a644e7a
fixed crash on leftpaneContactSection 2021-07-12 16:08:35 +10:00
Audric feab29a4fe remove file server submodule 2021-06-23 13:36:58 +10:00
Audric Ackermann f292e12bbf
rewrite actions
run test on pr to clearnet
run build binaries on push to clearnet
run draft release on push to master
2021-06-07 16:22:32 +10:00
Audric Ackermann c45dc5876e
build binaries on pr to clearnet or master 2021-05-31 14:24:05 +10:00
Audric Ackermann 78778718b7
Revert "test fixing windows build"
This reverts commit 8ed2e0891d.
2021-05-18 15:06:58 +10:00
Audric Ackermann 8ed2e0891d
test fixing windows build 2021-05-18 14:53:10 +10:00
Audric Ackermann 333ec74f9d
disable build of binaries on pr to clearnet 2021-05-04 13:45:20 +10:00
Audric Ackermann 930c4d5b81
fix windows build 2021-05-04 11:31:18 +10:00
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 #1471
2021-02-03 11:48:54 +11:00
Audric Ackermann 588ddf684c
increase timeout for yarn install during builds 2020-12-08 10:27:50 +11:00
Vince da6c697bbc
Update build-binaries.yml
Build binaries for react-refactor
2020-07-24 10:39:44 +10:00
Vince 4a0150c1e2
Update build-binaries.yml
Include builds for UI refactor
2020-07-23 10:12:41 +10:00
Mikunj 8097b066f4 Fix actions 2020-06-05 10:52:56 +10:00
Audric Ackermann 83ac64a0e7
run lint ci task only on linux and macos 2020-04-03 16:09:42 +11:00
Mikunj 9c3762aed8 Update checkout action to v2 2020-03-10 15:45:00 +11:00
Mikunj 5f0c7a2416 Trying a different approach 2020-02-19 08:47:30 +11:00
Mikunj Varsani 9dd1e0f945
Update build-binaries.yml 2020-02-18 19:10:50 +11:00
Mikunj 5bd7b1254e Fix incorrect bash script 2020-02-18 16:24:47 +11:00
Mikunj 9c35659c6e Only enable signing if we have a certificate on Mac 2020-02-18 16:08:56 +11:00
Mikunj Varsani aec4ad0a26
GitHub actions (#814)
* 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
2020-02-07 13:20:40 +11:00