mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-14 12:28:58 +07:00
update readme badges, remove travis and appveyor
This commit is contained in:
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
name: "coverage"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install lcov
|
||||
- name: Install lcov by Homebrew
|
||||
run: brew install lcov
|
||||
- name: build
|
||||
- name: Build && Test && Upload
|
||||
run: .ci/build_coverage.sh
|
||||
|
||||
4
.github/workflows/darwin.yml
vendored
4
.github/workflows/darwin.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
name: "xcode-${{matrix.config.xcode}}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: select xcode
|
||||
- name: Select Xcode
|
||||
run: sudo xcode-select --switch "/Applications/Xcode_${{matrix.config.xcode}}.app"
|
||||
- name: build
|
||||
- name: Build && Test
|
||||
run: .ci/build_darwin.sh
|
||||
|
||||
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -20,6 +20,6 @@ jobs:
|
||||
name: "${{matrix.config.cxx}}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build
|
||||
- name: Build && Test
|
||||
run: .ci/build_linux.sh
|
||||
env: { CC: "${{matrix.config.cc}}", CXX: "${{matrix.config.cxx}}" }
|
||||
|
||||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -17,5 +17,5 @@ jobs:
|
||||
name: "${{matrix.config.vs}}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build
|
||||
- name: Build && Test
|
||||
run: .ci\build_windows_${{matrix.config.arch}}.bat
|
||||
|
||||
Reference in New Issue
Block a user