diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index d42797cf..32baddf3 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -1,11 +1,6 @@ name: Main CI on: - push: - branches: [ main ] - paths: - - '.github/workflows/main_ci.yml' - - 'CommonLibSF/**' pull_request: branches: [ main, feature/* ] workflow_dispatch: @@ -19,9 +14,6 @@ jobs: strategy: fail-fast: false matrix: - build-type: - - debug - - release compiler: - msvc - clang-cl @@ -43,7 +35,7 @@ jobs: cmake-version: '3.26' - name: Generate - run: cmake -B "${{ github.workspace }}/build" -S "${{ github.workspace }}/CommonLibSF" --preset=build-debug-${{ matrix.compiler }} + run: cmake -B "${{ github.workspace }}/build" -S "${{ github.workspace }}/CommonLibSF" --preset=build-release-${{ matrix.compiler }} - name: Build - run: cmake --build "${{ github.workspace }}/build" --config ${{ matrix.build-type }} \ No newline at end of file + run: cmake --build "${{ github.workspace }}/build" --config release \ No newline at end of file diff --git a/README.md b/README.md index dcf8fa40..f2a90094 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ A collaborative reverse-engineered library for Starfield. -[![C++23](https://img.shields.io/static/v1?label=standard&message=c%2B%2B23&color=blue&logo=c%2B%2B&&logoColor=red&style=flat)](https://en.cppreference.com/w/cpp/compiler_support) [![C++23](https://img.shields.io/static/v1?label=standard&message=c%2B%2B23&color=blue&logo=c%2B%2B&&logoColor=red&style=flat)](https://en.cppreference.com/w/cpp/compiler_support) ![Platform](https://img.shields.io/static/v1?label=platform&message=windows&color=dimgray&style=flat&logo=windows) [![Game version](https://img.shields.io/badge/game%20version-1.7.23-orange)](#Get-started)