Skip to content

Commit

Permalink
Enabled macos quality run
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Apr 25, 2022
1 parent 46bfcb6 commit bceb912
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,17 @@ windows run:
only:
- master

# macos is disabled until this repo has access
# macos run:
# stage: quality
# image: macos-11-xcode-12
# dependencies:
# - nix
# script:
# - for f in ./builds/*-macos-*; do "$f"; done
# only:
# - master
# tags:
# - shared-macos-amd64
macos run:
stage: quality
image: macos-11-xcode-12
dependencies:
- nix
script:
- for f in ./builds/*-macos-*; do "$f"; done
only:
- master
tags:
- shared-macos-amd64

packages:
stage: release
Expand Down

0 comments on commit bceb912

Please sign in to comment.