mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 06:35:37 +00:00
Update CI config
This commit is contained in:
parent
98cb9f9931
commit
867b15d77c
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -10,15 +10,15 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx: [g++-4.8, g++-8]
|
cxx: [g++-8, clang++]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
run: |
|
env:
|
||||||
cmake -E make_directory ${{runner.workspace}}/build
|
CXX: ${{matrix.cxx}}
|
||||||
apt install ${{matrix.cxx}}
|
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user