Update build.yml
This commit is contained in:
parent
69e24c7fdd
commit
233d7fd4f3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu, macos]
|
os: [ubuntu, macos]
|
||||||
compiler: [g++, clang++]
|
compiler: [g++, clang++]
|
||||||
defines: [standard, PUGIXML_WCHAR_MODE, PUGIXML_COMPACT, PUGIXML_NO_EXCEPTIONS]
|
defines: [standard, PUGIXML_WCHAR_MODE, PUGIXML_NO_EXCEPTIONS]
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos
|
- os: macos
|
||||||
compiler: g++
|
compiler: g++
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [Win32, x64]
|
arch: [Win32, x64]
|
||||||
defines: [standard, PUGIXML_WCHAR_MODE, PUGIXML_COMPACT, PUGIXML_NO_EXCEPTIONS]
|
defines: [standard, PUGIXML_WCHAR_MODE, PUGIXML_NO_EXCEPTIONS]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: cmake configure
|
- name: cmake configure
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user