diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84b7bb4..5049d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 13b1897..78940c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)