mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Modify GHA to avoid duplicate runs.
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -4,7 +4,14 @@
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
|
||||
name: CI
|
||||
on: [ push, pull_request ]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
release:
|
||||
types: [published, created, edited]
|
||||
jobs:
|
||||
ubuntu-focal:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
@@ -107,10 +107,10 @@ You can either run all the tests listed in `Jamfile.v2` or run a single test:
|
||||
### Continuous Integration ###
|
||||
The default action for a PR or commit to a PR is for CI to run the full complement of tests. The following can be appended to the end of a commit message to modify behavior:
|
||||
|
||||
* [CI SKIP] to skip all tests
|
||||
* [LINUX] to test using GCC Versions 5-10 and Clang Versions 5-10 on Ubuntu LTS versions 16.04-20.04.
|
||||
* [APPLE] to test Apple Clang on the latest version of MacOS.
|
||||
* [WINDOWS] to test MSVC-14.0, MSVC-14.2 and mingw on the latest version of Windows.
|
||||
* [ci skip] to skip all tests
|
||||
* [linux] to test using GCC Versions 5-10 and Clang Versions 5-10 on Ubuntu LTS versions 16.04-20.04.
|
||||
* [apple] to test Apple Clang on the latest version of MacOS.
|
||||
* [windows] to test MSVC-14.0, MSVC-14.2 and mingw on the latest version of Windows.
|
||||
|
||||
### Building documentation ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user