Commit Graph

97 Commits

Author SHA1 Message Date
Sam Schott
345b95b3c8 add github feature_request template 2020-10-25 11:14:41 +00:00
Sam Schott
4e701d0005 [github actions] fix reinstalling openssl 2020-10-22 13:09:32 +01:00
Sam Schott
1231bfcb30 attempt to fix openssl install 2020-10-21 21:15:39 +01:00
Sam Schott
4ebede41a9 [github actions] remove zlib installation 2020-10-21 17:01:22 +01:00
Sam Schott
634d518912 [github actions] use macoS High Sierra bottles for brew install 2020-10-21 16:53:24 +01:00
Sam Schott
452a38fc29 [github actions] push all images to dockerhub 2020-10-19 23:24:10 +01:00
Sam Schott
d808a38fce [github actions] build and push docker image on pull_request_target 2020-10-19 23:24:10 +01:00
Sam Schott
77877ff2cd [github actions] don't build macOS bundle on every PR 2020-10-12 17:37:58 +01:00
Sam Schott
9893ef8afd [github actions] run build on pull_request_target 2020-10-12 13:55:48 +01:00
Sam Schott
080af0de25 [github actions] cleanup formatting 2020-10-12 13:55:48 +01:00
Sam Schott
2450fe0fbc [github actions] build macos bundle with -OO flag
this reduces memory usage by ~10 MB by stripping doc strings
2020-10-12 13:55:48 +01:00
Sam Schott
f721b26f7a add wheels to PyPI release 2020-10-08 15:27:01 +01:00
Sam Schott
40d2e4bf34 [github acitons] docker: run git-fetch with --force 2020-10-08 13:59:08 +01:00
Sam Schott
1077c8f64b add manual trigger to tests 2020-10-08 09:09:08 +01:00
Sam Schott
9b1ea10beb build watchdog together with other binaries 2020-10-07 15:32:14 +01:00
Sam Schott
11c4e0692f clean up environment variables 2020-10-07 15:07:35 +01:00
Sam Schott
b42082e55b dont set HOMEBREW_MACOSX_SDK_PATH 2020-10-07 14:09:39 +01:00
Sam Schott
f04ac30f16 revert to default xcode 2020-10-07 14:00:03 +01:00
Sam Schott
a6848566e6 added brew tap 2020-10-07 13:28:32 +01:00
Sam Schott
db4fc4a75a tweak brew update order 2020-10-07 13:23:40 +01:00
Sam Schott
3096c8cc1f try to work around build failure with macOS 11 SDK 2020-10-07 13:10:49 +01:00
Sam Schott
dda037c49e fix typo in build script 2020-10-07 12:43:56 +01:00
Sam Schott
8256a18fff add homebrew env variables 2020-10-07 12:41:11 +01:00
Sam Schott
59dbdd7d16 fix setting BUNDLE_VERSION env 2020-10-07 11:06:27 +01:00
Sam Schott
c16b5923b5 remove setup-python step 2020-10-07 11:01:31 +01:00
Sam Schott
97681d1da1 use Xcode 12.2 for build 2020-10-07 10:36:47 +01:00
SamSchott
781d655589
Force uninstall of Python 2020-10-07 07:59:16 +01:00
Sam Schott
eb2a2aedb5 build python from source with custom deployment target 2020-10-07 00:43:45 +01:00
Sam Schott
070d0a39e2 reset MACOSX_DEPLOYMENT_TARGET=10.13 2020-10-06 22:20:27 +01:00
Sam Schott
d3aa556f75 improve build names 2020-10-06 21:28:51 +01:00
Sam Schott
1dece9652c allow manual trigger of build 2020-10-06 20:36:00 +01:00
Sam Schott
59da84b83c build with develop branch of gui if not tagged event 2020-10-06 20:34:24 +01:00
Sam Schott
1f97b03024 fix typo in variable assignment 2020-10-06 19:36:34 +01:00
Sam Schott
d0c52d2fdc dynamically create dmg name and build number 2020-10-06 19:18:38 +01:00
Sam Schott
9d9542562c move building to github actions 2020-10-06 18:19:03 +01:00
Sam Schott
37883511a5 fix missing update to actions/setup-python@v2 2020-10-06 18:19:03 +01:00
Sam Schott
be9264db6b move publish action to Python 3.8 2020-10-06 18:19:03 +01:00
Sam Schott
cca014cd1c [github actions] re-enable pushing to docker hub on branches and PRs 2020-10-05 23:37:57 +01:00
Sam Schott
77ba7d2e35 [github actions] add comments 2020-10-05 23:34:02 +01:00
Sam Schott
6d3225a6fb [github actions] fix syntax errors 2020-10-05 21:58:23 +01:00
Sam Schott
e1ab9859f5 [github actions] trigger tests on updated tests 2020-10-05 21:53:23 +01:00
Sam Schott
c8c8ed36b6 [github actions] parallelise tests across Dropbox accounts 2020-10-05 21:50:29 +01:00
Sam Schott
f4979af700 [github actions] only run tests when python modules have changed 2020-10-05 14:56:56 +01:00
Sam Schott
42e2ccabd8 [github actions] cleanup actions 2020-10-05 14:46:13 +01:00
Sam Schott
f443761e8e [github actions] rename dockerhub-repo-description -> dockerhub-repo-description 2020-10-05 14:20:37 +01:00
Sam Schott
2e34d36ece Merge branch 'develop' of github.com:SamSchott/maestral-dropbox into develop 2020-10-05 14:16:57 +01:00
Sam Schott
fcb8d79cc4 [github actions] run linting only on push 2020-10-05 14:16:45 +01:00
Sam Schott
97c438f7c6 [github actions] only push to docker hub on tags 2020-10-05 14:09:53 +01:00
Sam Schott
a237eb3426 [github actions] run tests on PR with short lived auth token 2020-10-05 13:52:47 +01:00
Janos Feher
c9467d3855 ISSUE-187: Docker repo name renamed to the official one. 2020-10-04 20:59:10 +01:00