Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0fa5eff

Browse files
committed
ci: adopt reusable workflows fromnamed-data/actions
Change-Id: I848f0e6abdacfaa0e356ae71d1f0c10e877304f8
1 parente9b09b8 commit0fa5eff

File tree

1 file changed

+5
-58
lines changed

1 file changed

+5
-58
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,12 @@
11
name:CI
22
on:
33
push:
4-
paths-ignore:
5-
-'docs/**'
6-
-'*.md'
7-
-'.mailmap'
84
workflow_dispatch:
95

10-
permissions:
11-
contents:read
6+
permissions:{}
127

138
jobs:
14-
linux:
15-
name:${{ matrix.compiler }} on ${{ matrix.os }}
16-
runs-on:${{ matrix.os }}
17-
strategy:
18-
fail-fast:false
19-
matrix:
20-
os:[ubuntu-20.04]
21-
compiler:[g++-7, g++-8, g++-9, g++-10,
22-
clang++-7, clang++-8, clang++-9, clang++-10, clang++-11, clang++-12]
23-
include:
24-
-os:ubuntu-22.04
25-
compiler:g++-11
26-
-os:ubuntu-22.04
27-
compiler:g++-12
28-
-os:ubuntu-22.04
29-
compiler:clang++-13
30-
-os:ubuntu-22.04
31-
compiler:clang++-14
32-
env:
33-
CXX:${{ matrix.compiler }}
34-
steps:
35-
-name:Install C++ compiler
36-
run:|
37-
sudo apt-get -qy install ${CXX/clang++/clang}
38-
${CXX} --version
39-
-name:Checkout
40-
uses:actions/checkout@v3
41-
-name:Build and test
42-
run:./.jenkins
43-
44-
macos:
45-
name:Xcode ${{ matrix.xcode }} on ${{ matrix.os }}
46-
runs-on:${{ matrix.os }}
47-
strategy:
48-
fail-fast:false
49-
matrix:
50-
os:[macos-11]
51-
xcode:['12.4', '12.5', '13.2']
52-
include:
53-
-os:macos-12
54-
xcode:'13.4'
55-
-os:macos-12
56-
xcode:'14.2'
57-
steps:
58-
-name:Set up Xcode
59-
uses:maxim-lobanov/setup-xcode@v1
60-
with:
61-
xcode-version:${{ matrix.xcode }}
62-
-name:Checkout
63-
uses:actions/checkout@v3
64-
-name:Build and test
65-
run:./.jenkins
9+
Ubuntu:
10+
uses:named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
11+
macOS:
12+
uses:named-data/actions/.github/workflows/jenkins-script-macos.yml@v1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp