From 44ace318a24ab1bc4308b6ad28a7a9a4c4ced7bc Mon Sep 17 00:00:00 2001 From: Sveinbjorn Thordarson Date: Wed, 4 Oct 2023 00:37:21 +0000 Subject: [PATCH] Updated CI --- .github/workflows/macos.yml | 10 ++++++---- Makefile | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ae242e2c..67f68853 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,10 +1,12 @@ -name: macOS workflow +name: build on: push: - branches: [ master ] + branches: + - '*' pull_request: - branches: [ master ] + branches: + - '*' jobs: build: @@ -13,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build app run: make build_unsigned #- name: Run tests diff --git a/Makefile b/Makefile index 7c4380b4..1bcc675b 100644 --- a/Makefile +++ b/Makefile @@ -85,5 +85,6 @@ clt_tests: CONFIGURATION_BUILD_DIR="products" \ CODE_SIGN_IDENTITY="" \ CODE_SIGNING_REQUIRED=NO \ + CODE_SIGNING_ALLOWED=NO \ clean \ build