|
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
id_type: [uint32, uint64]
|
|
|
include:
|
|
|
- id_type: uint64
|
|
|
- id_type_option: -DENTT_BUILD_UINT64=ON
|
|
|
+ id_type_option: -DENTT_ID_TYPE=std::uint64_t
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
@@ -66,7 +66,7 @@ jobs:
|
|
|
- toolset: v141
|
|
|
toolset_option: -T"v141"
|
|
|
- id_type: uint64
|
|
|
- id_type_option: -DENTT_BUILD_UINT64=ON
|
|
|
+ id_type_option: -DENTT_ID_TYPE=std::uint64_t
|
|
|
exclude:
|
|
|
- os: windows-2016
|
|
|
toolset: clang-cl
|
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
id_type: [uint32, uint64]
|
|
|
include:
|
|
|
- id_type: uint64
|
|
|
- id_type_option: -DENTT_BUILD_UINT64=ON
|
|
|
+ id_type_option: -DENTT_ID_TYPE=std::uint64_t
|
|
|
|
|
|
runs-on: macOS-latest
|
|
|
|