Commit Graph

52 Commits

Author SHA1 Message Date
Miguel Jacq
acac812b3b
Add verbosity to CLI poetry tests 2023-05-30 16:32:45 +10:00
Miguel Jacq
61652f0b6d
Experiment with longer autostop timer in chat mode for CLI test 2023-05-29 16:20:13 +10:00
Miguel Jacq
5b622b9c17
Add QT_QPA_PLATFORM=offscreen to GUI tests 2023-05-22 12:22:19 +05:30
Saptak S
70a703a98b
Fixes qrcode image_factory 2023-04-21 02:19:14 +05:30
Saptak S
b074d26df5
Update python version to 3.10.11 2023-04-21 01:25:08 +05:30
Saptak S
b77212c585
Try windows build with explicitly installing python3.10 2023-04-21 01:21:22 +05:30
Micah Lee
a14c3fcffc
Install libiodbc and postgres 2023-02-06 20:53:27 -08:00
Micah Lee
a346e52beb
Drop support for win32, since PySide6 does not support it 2023-02-05 13:46:32 -08:00
Micah Lee
098b62dda5
Fix path to poetry 2023-02-05 13:42:48 -08:00
Micah Lee
f410b19277
Switch to Python 3.10.9, because PySide6 does not support 3.11 yet 2023-02-05 13:39:28 -08:00
Micah Lee
37a006cb12
Switch Windows (32-bit and 64-bit) to Python 3.11.1 2023-02-05 13:31:34 -08:00
Micah Lee
9aa63c60c1
Update poetry project to allow for Python 3.11 2023-02-05 12:45:53 -08:00
Micah Lee
989d91565b
Add tmp Windows command, to see what versions of Python are installed 2023-02-05 12:39:45 -08:00
Micah Lee
28dd2e12d1
Switch to Python 3.11 paths for build-mac-intel 2023-02-05 12:38:48 -08:00
Micah Lee
c536dd3c48
Switch to Python 3.11, and make build_mac in CI use the universal2 installer 2023-02-05 12:31:07 -08:00
Miguel Jacq
afa8408365
Try and make tests run on pull requests. Update branch names on CodeQL analysis 2022-12-15 09:48:15 +11:00
Miguel Jacq
350800cb7d
Leave installed but disable ufw? 2022-12-11 16:37:11 +11:00
Miguel Jacq
4a3f524878
See if removing ufw helps snap 2022-12-11 16:33:15 +11:00
Micah Lee
6c6c6bc62d
More snapcraft troubleshooting (#1622)
Finally got the snap to successfully run
2022-10-07 15:44:12 -07:00
Micah Lee
567b477f52
Change snapcraft build to use path required for snapcraft.io, and stop building in Github Actions CI 2022-10-06 09:40:43 -07:00
Micah Lee
702aac87e9
Snapcraft and Flatpak in CI (#1620)
Add support for Snapcraft and Flatpak builds in GitHub Actions
2022-10-06 09:14:05 -07:00
Micah Lee
3f73c31966
Build packages in main branch, not develop and stable 2022-10-05 09:02:14 -07:00
Micah Lee
ac1eeae48e
Rename build workflow to remove snapcraft 2022-10-02 14:34:19 -07:00
Micah Lee
3bb2d655c3
Give up on building snap in CI 2022-10-02 14:32:00 -07:00
Micah Lee
d680a1bf33
Fix win64 upload artifact path 2022-10-02 11:49:35 -07:00
Micah Lee
b93fbd4e70
Run tests again 2022-10-02 11:29:07 -07:00
Micah Lee
ac5870c2b8
Fix macOS compress path. And make Windows builds again 2022-10-02 11:28:12 -07:00
Micah Lee
8d345d3040
Hardcode path to poetry in macOS 2022-10-02 11:19:32 -07:00
Micah Lee
fdd76a7708
Try installing new Python from python.org 2022-10-02 11:03:28 -07:00
Micah Lee
04d0027130
Run poetry update instead of poetry install 2022-09-30 20:10:27 -07:00
Micah Lee
aac575e807
Fix sed command for macOS 2022-09-30 20:04:42 -07:00
Micah Lee
617af69737
Add compression 2022-09-30 20:01:33 -07:00
Micah Lee
34a10b5ccf
Try patching the path to cli in desktop's pyproject.toml in macOS, and temporarily enable console mode in Windows for easier testing 2022-09-30 19:57:00 -07:00
Micah Lee
d37316b589
Install missing module inside the poetry env, and skip compressing step because GitHub Actions does that for you 2022-09-30 19:40:37 -07:00
Micah Lee
9f50e67833
Install missing module for macOS build 2022-09-30 19:36:24 -07:00
Micah Lee
803def4280
Fix macOS syntax bugs, and trigger build on PRs 2022-09-30 19:25:32 -07:00
Micah Lee
d74a274138
Build for macOS too in the same workflow 2022-09-30 19:14:48 -07:00
Micah Lee
731273c6f7
Fix win32 path 2022-09-30 19:00:41 -07:00
Micah Lee
e730611227
Debug output 2022-09-30 18:51:17 -07:00
Micah Lee
1a8fa58c3d
Syntax error 2022-09-30 18:27:43 -07:00
Micah Lee
d95b81d6fd
Build win32 2022-09-30 18:25:33 -07:00
Micah Lee
4b2ce7d88c
Display the poetry env path, and put the poetry cache right before "poetry install" 2022-09-30 18:17:50 -07:00
Micah Lee
25ebbd3217
Properly skip cached builds 2022-09-30 16:47:20 -07:00
Micah Lee
52fdbf3fae
Build snowflake, meek, and finally OnionShare itself. Compress it, and store it as an artifact 2022-09-30 16:43:06 -07:00
Micah Lee
c22303ce0f
Build obfs4proxy 2022-09-30 16:34:06 -07:00
Micah Lee
7c44deda09
Try using Python 3.9 that comes with github actions runner 2022-09-30 16:25:07 -07:00
Micah Lee
790fe8250c
Comment out desktop tests, and change the build windows workflow trigger 2022-09-30 16:01:03 -07:00
Micah Lee
61b6666264
Start Windows build 2022-09-30 15:45:42 -07:00
Micah Lee
ee258a4356
Add desktop tests 2022-09-30 14:00:44 -07:00
Micah Lee
a3619261f5
Try running CLI tests in GitHub Actions, and disabling CircleCI 2022-09-30 13:47:20 -07:00