Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gottyduke committed Sep 8, 2023
2 parents 543ef4f + a84ee3b commit 1365e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -19,9 +14,6 @@ jobs:
strategy:
fail-fast: false
matrix:
build-type:
- debug
- release
compiler:
- msvc
- clang-cl
Expand All @@ -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 }}
run: cmake --build "${{ github.workspace }}/build" --config release
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1365e9e

Please sign in to comment.