summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-08-04 18:00:37 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2021-08-04 18:00:37 -0400
commit571ae3d51b70d4e71b54fae929ad1e41a5fac06c (patch)
treed146f389ed51945aa053cb07e1ff33a0fc763403 /.gitlab-ci.yml
parent87e81498b73d59e8173953079ca5d0d73c5c302f (diff)
Disable brew in macos CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ff92c17..d551f2a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,9 +52,9 @@ build-macos:
stage: build
tags: [macos]
before_script:
- - brew update
- - brew reinstall --force python3
- - brew bundle --file=./.ci/macos/Brewfile --force --cleanup
+ #- brew update
+ #- brew reinstall --force python3
+ #- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
- pip3 install dmgbuild
- rm -rf ../.hunter && mv .hunter ../.hunter || true
script: