Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Apr 11, 2022
1 parent 9b51a42 commit 6d37213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
- os: windows
compiler: gcc

# Process aborted? Why?
- os: macos-latest
compiler: llvm
build_type: Release
developer_mode: ON

include:
# Add appropriate variables for gcov version required. This will
# intentionally break if you try to use a compiler that does not have
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)

project(
termRider
VERSION 0.0.3
VERSION 0.0.4
DESCRIPTION ""
HOMEPAGE_URL "https://github.com/ArthurSonzogni/termRider"
LANGUAGES CXX)
Expand Down

0 comments on commit 6d37213

Please sign in to comment.