mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +00:00
Minor updates
This commit is contained in:
parent
6f536e13e8
commit
ba2841a02d
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
|||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
name: 'MSVC 4.20'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -87,6 +88,7 @@ jobs:
|
|||||||
build/LEGO1.PDB
|
build/LEGO1.PDB
|
||||||
|
|
||||||
compare:
|
compare:
|
||||||
|
name: 'Compare with master'
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@ -152,6 +154,7 @@ jobs:
|
|||||||
LEGO1PROGRESS.*
|
LEGO1PROGRESS.*
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
|
name: 'Upload artifacts'
|
||||||
needs: [build, compare]
|
needs: [build, compare]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
|
||||||
|
|||||||
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
|
|||||||
project(isle CXX)
|
project(isle CXX)
|
||||||
|
|
||||||
math(EXPR bits "8 * ${CMAKE_SIZEOF_VOID_P}")
|
math(EXPR bits "8 * ${CMAKE_SIZEOF_VOID_P}")
|
||||||
message(STATUS "Building ${bits}-bit Lego Island")
|
message(STATUS "Building ${bits}-bit LEGO Island")
|
||||||
if (NOT bits EQUAL 32)
|
if (NOT bits EQUAL 32)
|
||||||
message(WARNING "Only 32-bit executables are supported")
|
message(WARNING "Only 32-bit executables are supported")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user