Skip to content
Snippets Groups Projects
Commit cec336d6 authored by jkito's avatar jkito :skull:
Browse files

ci: add gitlab ci job for building on macos

parent ab033d16
No related branches found
No related tags found
No related merge requests found
Pipeline #237830 canceled
......@@ -28,6 +28,20 @@ lint:
tags:
- linux
build_macos:
stage: build
script:
- export PROVIDER=riseup
- make vendor
- make -j4 build
- make installer
tags:
- macos
artifacts:
paths:
- 'build/qt/installer'
expire_in: 1 week
build_Arch_Linux_package:
image: archlinux
stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment