Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a400cdf5ad | |||
| c8a43fb328 | |||
| 3ea7c31cba |
25
.github/workflows/release.yml
vendored
25
.github/workflows/release.yml
vendored
@@ -10,29 +10,6 @@ permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
name: GoReleaser
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_CPAT }}
|
||||
homebrew:
|
||||
name: Bump Homebrew formula
|
||||
# Skip this job in case of git pushes to prerelease tags
|
||||
@@ -49,7 +26,7 @@ jobs:
|
||||
- uses: mislav/bump-homebrew-formula-action@v3
|
||||
with:
|
||||
formula-name: ke
|
||||
formula-path: Formula/kw.rb
|
||||
formula-path: Formula/ke.rb
|
||||
homebrew-tap: kisom/homebrew-tap
|
||||
base-branch: master
|
||||
commit-message: |
|
||||
|
||||
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||
project(ke C) # Specify C language explicitly
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(KE_VERSION "1.0.3")
|
||||
set(KE_VERSION "1.0.4")
|
||||
|
||||
set(CMAKE_C_FLAGS "-Wall -Wextra -pedantic -Wshadow -Werror -std=c99 -g")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_DEFAULT_SOURCE -D_XOPEN_SOURCE")
|
||||
|
||||
@@ -6,4 +6,6 @@ used fairly often.
|
||||
|
||||
See the man page for more info.
|
||||
|
||||
It should be available via homebrew, even.
|
||||
|
||||
Released under an ISC license.
|
||||
Reference in New Issue
Block a user