Skip to content

Commit

Permalink
Unsigned CI builds for macOS-x64 and add badge in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored May 23, 2024
1 parent 9fb747d commit cd50335
Show file tree
Hide file tree
Showing 47 changed files with 297 additions and 2,081 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: therm

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
macos-x64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
make -j4 CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' | tee build.log
- name: Count Warnings
run: |
grep 'warning:' build.log | wc -l
- name: Packaging
run: make dist CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO'
- uses: actions/upload-artifact@v3
with:
name: Therm.zip
path: Therm-*.zip

1 change: 0 additions & 1 deletion ColorPicker/ColorPicker-x86_64.framework/ColorPicker

This file was deleted.

1 change: 0 additions & 1 deletion ColorPicker/ColorPicker-x86_64.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion ColorPicker/ColorPicker-x86_64.framework/Modules

This file was deleted.

1 change: 0 additions & 1 deletion ColorPicker/ColorPicker-x86_64.framework/Resources

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit cd50335

Please sign in to comment.