mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-21 19:04:25 +08:00
Work on CI support for MingW
This commit is contained in:
parent
becbcfe4a2
commit
6dce8a3a8c
@ -54,7 +54,7 @@ build_script:
|
|||||||
- cd build
|
- cd build
|
||||||
- if [%compiler%]==[msvc] cmake -G"%generator%" ..
|
- if [%compiler%]==[msvc] cmake -G"%generator%" ..
|
||||||
- if [%compiler%]==[mingw] set PATH=%toolchain%/bin;%PATH%
|
- if [%compiler%]==[mingw] set PATH=%toolchain%/bin;%PATH%
|
||||||
- if [%compiler%]==[mingw] cmake -G"%generator%" -DCMAKE_SH=CMAKE_SH-NOTFOUND -DCMAKE_PREFIX_PATH=C:\mingw-w64\%toolchain% -DCMAKE_BUILD_TYPE=%configuration% ..
|
- if [%compiler%]==[mingw] cmake -G"%generator%" -DCMAKE_SH=CMAKE_SH-NOTFOUND -DCMAKE_PREFIX_PATH=%toolchain% -DCMAKE_BUILD_TYPE=%configuration% ..
|
||||||
- cmake --build . --config %configuration%
|
- cmake --build . --config %configuration%
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
@ -21,5 +21,5 @@ BraceWrapping:
|
|||||||
SplitEmptyNamespace: true
|
SplitEmptyNamespace: true
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: BeforeComma
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
|
IndentPPDirectives: None
|
||||||
...
|
...
|
||||||
|
@ -1823,7 +1823,6 @@ GHC_INLINE u8arguments::u8arguments(int& argc, char**& argv)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// 30.10.8.4.1 constructors and destructor
|
// 30.10.8.4.1 constructors and destructor
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user