mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-20 08:28:09 -05:00
fix some typos
This commit is contained in:
parent
e6abe6b19a
commit
e25059a152
14
.github/workflows/compilers.yml
vendored
14
.github/workflows/compilers.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
# TODO (@carsonradtke)
|
# TODO (@carsonradtke)
|
||||||
# - [ ] Xcode
|
# - [ ] Xcode
|
||||||
# - [ ] VS_LLVM
|
# - [ ] VS_LLVM
|
||||||
|
# - [ ] Update README with latest versions actively tested
|
||||||
|
# - [ ] Do not use '*-latest' for runs-on
|
||||||
|
|
||||||
gcc:
|
gcc:
|
||||||
strategy:
|
strategy:
|
||||||
@ -31,10 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cmake configure
|
- name: cmake configure
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: |
|
run: cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DGSL_CXX_STANDARD=${{ matrix.cxx_version }} -DCI_TESTING:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -Werror=dev -DCMAKE_CXX_COMPILER=g++-${{ matrix.gcc_version }} ..
|
||||||
CC=gcc-${{ matrix.gcc_version }}
|
|
||||||
CXX=g++-${{ matrix.gcc_version }}
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DGSL_CXX_STANDARD=${{ matrix.cxx_version }} -DCI_TESTING:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -Werror=dev -DCMAKE_CXX_COMPILER=g++-${{ matrix.gcc_version }} ..
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
working-directory: build
|
working-directory: build
|
||||||
@ -59,10 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- name: cmake configure
|
- name: cmake configure
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: |
|
run: cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DGSL_CXX_STANDARD=${{ matrix.cxx_version }} -DCI_TESTING:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -Werror=dev -DCMAKE_CXX_COMPILER=clang++-${{ matrix.clang_version }} ..
|
||||||
CC=clang-${{ matrix.clang_version }}
|
|
||||||
CXX=clang++-${{ matrix.clang_version }}
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DGSL_CXX_STANDARD=${{ matrix.cxx_version }} -DCI_TESTING:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -Werror=dev -DCMAKE_CXX_COMPILER=g++-${{ matrix.gcc_version }} ..
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
working-directory: build
|
working-directory: build
|
||||||
@ -76,7 +72,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx_version: [ 17 ] # 14, 17, 20
|
cxx_version: [ 17 ] # 14, 17, 20
|
||||||
generator: [ "Visual Studio 16 2019" ] # "Visual Studio 16 2019", "Visual Studio 17 2022" ]
|
generator: [ "Visual Studio 17 2022" ] # "Visual Studio 16 2019", "Visual Studio 17 2022"
|
||||||
build_type: [ 'Debug' ] # 'Debug', 'Release'
|
build_type: [ 'Debug' ] # 'Debug', 'Release'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user