Skip to content

Commit

Permalink
Remove mac_release trigger on push, renable build docs, remove debug …
Browse files Browse the repository at this point in the history
…step
  • Loading branch information
jmarrec committed Aug 6, 2024
1 parent 0edad6f commit 004ec10
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Mac Releases

on:
push:
branches: [codesigning, develop]
tags:
- '*'
workflow_dispatch:
Expand All @@ -13,7 +12,7 @@ env:
FC: gfortran-13
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
Python_REQUIRED_VERSION: 3.12.2
BUILD_DOCS: false # Installing MacTex takes like 15min, so you can speed things up by disabling it
BUILD_DOCS: true # Installing MacTex takes like 15min, so you can speed things up by disabling it

jobs:
build_installer_artifact:
Expand Down Expand Up @@ -97,14 +96,6 @@ jobs:
./installerbase --version
echo "$(pwd)" >> $GITHUB_PATH
- name: Temp debug setup codesigning
run: |
set -x
security find-identity -v -p codesigning
which installerbase
which binarycreator
installerbase --version
- name: Remove python ${{ env.Python_REQUIRED_VERSION }} from the toolcache
run: |
ls $RUNNER_TOOL_CACHE/Python || true
Expand Down

5 comments on commit 004ec10

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codesigning (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3695 of 3695 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codesigning (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2862 of 2862 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codesigning (jmarrec) - x86_64-MacOS-10.18-clang-15.0.0: OK (3654 of 3654 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codesigning (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

codesigning (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2070 of 2070 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.