Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
protobuf-c
Commits
1965754f
Unverified
Commit
1965754f
authored
Oct 20, 2024
by
AndrewQuijano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update actions
parent
8c201f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.github/workflows/build.yml
.github/workflows/build.yml
+9
-9
No files found.
.github/workflows/build.yml
View file @
1965754f
...
...
@@ -14,7 +14,7 @@ jobs:
os
:
[
macos-latest
,
ubuntu-20.04
]
runs-on
:
${{ matrix.os }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
4
-
name
:
Install Linux dependencies
if
:
startsWith(matrix.os, 'ubuntu')
run
:
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev
...
...
@@ -37,8 +37,8 @@ jobs:
-
arch
:
s390x
-
arch
:
ppc64le
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
uraimo/run-on-arch-action@v2.
0.9
-
uses
:
actions/checkout@v
4
-
uses
:
uraimo/run-on-arch-action@v2.
7.2
name
:
Install dependencies and run distcheck
id
:
runcmd
with
:
...
...
@@ -58,7 +58,7 @@ jobs:
valgrind
:
runs-on
:
ubuntu-20.04
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
4
-
name
:
Install dependencies
run
:
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev valgrind
-
name
:
Run distcheck with valgrind
...
...
@@ -70,7 +70,7 @@ jobs:
coverage
:
runs-on
:
ubuntu-20.04
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
4
-
name
:
Install dependencies
run
:
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev lcov
-
name
:
Run coverage build
...
...
@@ -93,7 +93,7 @@ jobs:
os
:
[
macos-latest
,
ubuntu-20.04
]
runs-on
:
${{ matrix.os }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
4
-
name
:
Install Linux dependencies
if
:
startsWith(matrix.os, 'ubuntu')
run
:
sudo apt-get install -y protobuf-compiler libprotobuf-dev libprotoc-dev
...
...
@@ -120,16 +120,16 @@ jobs:
PROTOBUF_VERSION
:
24.3
ABSEIL_VERSION
:
"
20230802.0"
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
4
-
uses
:
ilammy/msvc-dev-cmd@v1
with
:
arch
:
amd64
-
uses
:
actions/cache@v
2
-
uses
:
actions/cache@v
4
id
:
protobuf-cache
with
:
path
:
~/protobuf-bin
key
:
${{ env.PROTOBUF_VERSION }}-${{ matrix.shared-lib }}-${{ matrix.build-type}}
-
uses
:
actions/cache@v
2
-
uses
:
actions/cache@v
4
id
:
abseil-cache
with
:
path
:
~/abseil-bin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment