diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-12-08 17:06:43 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-12-08 17:06:43 -0500 |
commit | 3bab88abb705359febad6005af164b8b8649b505 (patch) | |
tree | a817886c980aee37ce667fee7f15a842a90acc71 /.gitlab-ci.yml | |
parent | More MacOS CI Updates (diff) | |
download | nheko-3bab88abb705359febad6005af164b8b8649b505.tar.xz |
Add dmgbuild to macos build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ca3d5c7..cf17b0cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,7 @@ build-macos: before_script: - brew update - brew bundle --file=./.ci/macos/Brewfile + - pip install dmgbuild script: - export PATH=/usr/local/opt/qt/bin/:${PATH} - export CMAKE_PREFIX_PATH=/usr/local/opt/qt5 |