Skip to content

Commit cd50335

Browse files
authored
Unsigned CI builds for macOS-x64 and add badge in the README
1 parent 9fb747d commit cd50335

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+297
-2081
lines changed

.github/workflows/ci.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: therm
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
macos-x64:
13+
runs-on: macos-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Build
17+
run: |
18+
make -j4 CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' | tee build.log
19+
- name: Count Warnings
20+
run: |
21+
grep 'warning:' build.log | wc -l
22+
- name: Packaging
23+
run: make dist CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO'
24+
- uses: actions/upload-artifact@v3
25+
with:
26+
name: Therm.zip
27+
path: Therm-*.zip
28+

ColorPicker/ColorPicker-x86_64.framework/ColorPicker

-1
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Headers

-1
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Modules

-1
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Resources

-1
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKColorWell.h

-26
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKMainViewController.h

-42
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKPopover.h

-44
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/CPKSwatchView.h

-14
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Headers/ColorPicker.h

-12
This file was deleted.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Modules/module.modulemap

-6
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

ColorPicker/ColorPicker-x86_64.framework/Versions/A/Resources/Info.plist

-46
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)