mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-23 23:34:33 +08:00
Work on CI integration.
This commit is contained in:
parent
2e9cf2940f
commit
141c42d106
@ -38,7 +38,7 @@ install:
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G${GENERATOR} -DCMAKE_CXX_COMPILER=${CXX} -DCMAKE_C_COMPILER=${CC} ..
|
||||
- cmake -G"${GENERATOR}" -DCMAKE_CXX_COMPILER=${CXX} -DCMAKE_C_COMPILER=${CC} ..
|
||||
|
||||
script:
|
||||
- cmake --build . --config Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user