Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
8616fc3d
Unverified
Commit
8616fc3d
authored
Dec 19, 2020
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👷
add GCC job
parent
4cc882f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
self_hosted.yml
.github/workflows/self_hosted.yml
+8
-1
No files found.
.github/workflows/self_hosted.yml
View file @
8616fc3d
...
@@ -9,13 +9,20 @@ jobs:
...
@@ -9,13 +9,20 @@ jobs:
-
name
:
checkout
-
name
:
checkout
uses
:
actions/checkout@v1
uses
:
actions/checkout@v1
lint
:
pedantic_clang
:
runs-on
:
self-hosted
runs-on
:
self-hosted
needs
:
checkout
needs
:
checkout
steps
:
steps
:
-
name
:
pedantic
-
name
:
pedantic
run
:
make pedantic_clang
run
:
make pedantic_clang
pedantic_gcc
:
runs-on
:
self-hosted
needs
:
checkout
steps
:
-
name
:
pedantic
run
:
CXX=/usr/local/bin/g++-10 make pedantic_gcc
build
:
build
:
runs-on
:
self-hosted
runs-on
:
self-hosted
needs
:
checkout
needs
:
checkout
...
...
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