mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
small tweaks to CI YAML file
This commit is contained in:
parent
1b011ea376
commit
7277624a7f
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -14,11 +14,11 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
include:
|
||||||
#- {os: macOS-latest}
|
#- {os: macOS-latest}
|
||||||
- {os: ubuntu-latest}
|
- {os: ubuntu-latest}
|
||||||
|
|
||||||
runs-on: ${{ matrix.config.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -36,4 +36,5 @@ jobs:
|
|||||||
run: ./run.sh run_tests
|
run: ./run.sh run_tests
|
||||||
|
|
||||||
#- name: Coverage
|
#- name: Coverage
|
||||||
|
# if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
# run: ./run.sh coverage
|
# run: ./run.sh coverage
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2020-12-25 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
|
* .github/workflows/ci.yaml (jobs):
|
||||||
|
|
||||||
2020-12-19 Dirk Eddelbuettel <edd@debian.org>
|
2020-12-19 Dirk Eddelbuettel <edd@debian.org>
|
||||||
|
|
||||||
* .github/workflows/ci.yaml: Add CI runner using r-ci
|
* .github/workflows/ci.yaml: Add CI runner using r-ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user