mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-13 04:06:52 +07:00
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@@ -19,7 +19,10 @@ jobs:
|
|||||||
- { os: "ubuntu-20.04", cc: "clang-10", cxx: "clang++-10" }
|
- { os: "ubuntu-20.04", cc: "clang-10", cxx: "clang++-10" }
|
||||||
name: "${{matrix.config.cxx}}"
|
name: "${{matrix.config.cxx}}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Setup
|
||||||
|
run: sudo apt-get -y install "${{matrix.config.cc}}" "${{matrix.config.cxx}}"
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Build && Test
|
- name: Build && Test
|
||||||
run: .ci/build_linux.sh
|
run: .ci/build_linux.sh
|
||||||
env: { CC: "${{matrix.config.cc}}", CXX: "${{matrix.config.cxx}}" }
|
env: { CC: "${{matrix.config.cc}}", CXX: "${{matrix.config.cxx}}" }
|
||||||
|
|||||||
Reference in New Issue
Block a user