Commit Graph

43 Commits

Author SHA1 Message Date
Brendan Allan
dc3395e67b use custom cache action 2022-04-24 19:27:30 +08:00
Brendan Allan
934eeb65af ci: try and publish artifacts 2022-04-24 18:52:47 +08:00
Oscar Beaumont
b2347252b4 idk 2022-04-24 13:38:21 +08:00
Brendan Allan
fdec87ddb2 ci: escape pnpm desktop tauri 2022-04-24 12:56:03 +08:00
Brendan Allan
23722730e3 ci: use desktop alias for tauriScript 2022-04-24 12:20:23 +08:00
Brendan Allan
dfb5d32881 ci: use pnpm tauri in tauriScript 2022-04-24 03:28:15 +08:00
Brendan Allan
bd8bfc18c1 ci: build desktop before tauri action? 2022-04-24 03:23:33 +08:00
Brendan Allan
0ce0c0ecbe ci: fix server publish 2022-04-24 03:11:21 +08:00
Brendan Allan
16294ea128 ci: add server publisher 2022-04-24 02:53:12 +08:00
Brendan Allan
fb69ccb265 ci: update tauri-action 2022-04-24 02:37:04 +08:00
Brendan Allan
a93911c996 ci: generate prisma client before build 2022-04-24 00:45:07 +08:00
Brendan Allan
09808fed91 ci: fix fix 2022-04-24 00:18:02 +08:00
Brendan Allan
382aabffff ci: fix 2022-04-24 00:17:34 +08:00
Brendan Allan
296571bea4 ci: configure job needs requirements 2022-04-24 00:15:43 +08:00
Brendan Allan
09b482c65b ci: build all crates at once and then distribute separately 2022-04-24 00:14:00 +08:00
Brendan Allan
6d45e6316f ci: build with tauri action 2022-04-23 23:32:23 +08:00
Brendan Allan
88836dcfd7 ci: build sdcore before desktop 2022-04-23 23:07:45 +08:00
Brendan Allan
b4bc5f943e ci: vcpkg + ffmpeg (??) 2022-04-23 22:54:58 +08:00
Brendan Allan
868d1c36af ci: build desktop in release mode 2022-04-23 22:10:48 +08:00
Brendan Allan
fa90088dd2 ci: add artifact publishing 2022-04-23 21:59:57 +08:00
Brendan Allan
46507551d1 ci: build frontend before tauri app 2022-04-23 19:29:42 +08:00
Brendan Allan
5fe1970e7c ci: build tauri app 2022-04-23 19:13:51 +08:00
Brendan Allan
aed09ae907 ci: fix ffmpeg action 2022-04-23 18:33:04 +08:00
Brendan Allan
8c915cd5a6 ci: cross-job rust caching? 2022-04-23 18:29:39 +08:00
Brendan Allan
0e4af037b2 ci: fix ffmpeg download url 2022-04-23 17:28:05 +08:00
Brendan Allan
91b80e5423 ci: fix ffmpeg os filter 2022-04-23 17:25:55 +08:00
Brendan Allan
b2ea71fecb ci: filter ffmpeg install by os 2022-04-23 17:24:31 +08:00
Brendan Allan
357015b3da ci: desktop building 2022-04-23 17:22:27 +08:00
Brendan Allan
5c5503a9f2 ci: fix ubuntu + windows ffmpeg 2022-04-23 15:43:58 +08:00
Brendan Allan
cbbcbec3f7 ci: fix ffmpeg dependency 2022-04-23 15:41:33 +08:00
Brendan Allan
d8910c2191 ci: add ffmpeg to ci 2022-04-23 11:44:57 +08:00
Brendan Allan
3923c316e9 ci: build sdcore properly 2022-04-23 11:21:20 +08:00
Brendan Allan
6f8a964634 ci: don't build all rust stuff 2022-04-23 11:06:52 +08:00
Brendan Allan
3037c974e6 ci: remove old ci 2022-04-22 20:18:06 +08:00
Brendan Allan
551a081991 ci: don't cache pnpm deps 2022-04-22 20:17:36 +08:00
Brendan Allan
f9153b68ba ci: don't cache deps for typescript 2022-04-22 20:15:26 +08:00
Brendan Allan
3c5f29c90d ci: restore cache in js build steps 2022-04-22 19:43:15 +08:00
Brendan Allan
72386a69f6 ci: add pnpm deps fetch step 2022-04-22 19:42:08 +08:00
Brendan Allan
0fd0b548e4 update ci + check in ts bindings 2022-04-22 19:38:26 +08:00
Brendan Allan
3600423f2b actual new ci 2022-04-22 18:22:53 +08:00
Brendan Allan
3f8867fc14 new ci 2022-04-22 18:21:18 +08:00
Brendan Allan
f797fb717e ci: use latest rust cache action 2022-04-22 02:32:54 +08:00
Brendan Allan
8a91e2f05d Basic CI (#12)
* ci:

* ci: run ci on ci branch

* ci: update pnpm version

* ci: Standardise naming

* ci: update lockfile

* ci: install ffmpeg on unix ci

* ci: run codegen prep before build

* ci: add libavutil to ubuntu dependencies

* ci: add libavutil-dev to ubuntu dependencies

* ci: dependencies

* ci: fix ubuntu dependencies

* ci: only build frontend with desktop

* ci: setup cmake and vcpkg for windows

* ci: install ffmpeg on windows

* ci: fix windows ffmpeg install

* ci: fix conditional windows ci commands

* ci: remove vcpkg from windows

* ci: optimizations

* ci: use custom rust cache version
2022-04-22 02:26:03 +08:00