[gimp-macos-build/wip/lukaso/tests] Attempt to sort macos permissons on circle ci
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests] Attempt to sort macos permissons on circle ci
- Date: Sat, 16 Oct 2021 17:28:40 +0000 (UTC)
commit eab6f537c59d789064acd91a40ce1aeb6d0b0400
Author: Lukas Oberhuber <lukaso gmail com>
Date: Sat Oct 16 16:10:20 2021 +0100
Attempt to sort macos permissons on circle ci
.circleci/config.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6d0af30..9620ffd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,4 +1,6 @@
-version: 2
+version: 2.1
+orbs:
+ macos: circleci/macos@2.0.0
jobs:
build-gimp-2-99:
macos:
@@ -6,6 +8,9 @@ jobs:
steps:
- checkout
+ - macos/add-permission:
+ bundle-id: com.apple.Terminal
+ permission-type: kTCCServiceAppleEvents
- run:
name: Cleanup /usr/local
command: sudo rm -rf /usr/local/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]