Skip to content

Invention mappings for The Fallen Eagle mod and improved compatibility for its 'After the Pharaohs' update #3055

Invention mappings for The Fallen Eagle mod and improved compatibility for its 'After the Pharaohs' update

Invention mappings for The Fallen Eagle mod and improved compatibility for its 'After the Pharaohs' update #3055

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
concurrency:
group: ci-build-${{ github.ref }}-1
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
os: [[self-hosted, windows], [self-hosted, linux], macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "List installed dotnet SDKs"
if: matrix.os == 'Windows'
run: dotnet --list-sdks
- name: "Setup Dotnet for use with actions"
# don't run on self-hosted Windows
if: ${{ !contains(toJSON(matrix.os), 'windows') || !contains(toJSON(matrix.os), 'self-hosted') }}
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: "Build converter backend"
working-directory: ImperatorToCK3
run: |
dotnet build