FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scijava-common/.github/workflows/build.yml at main · scijava/scijava-common · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
scijava-common
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
93
Code
Issues
170
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
scijava-common
/
.github
/
workflows
/
build.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
42 lines (39 loc) · 1.01 KB
Breadcrumbs
scijava-common
/
.github
/
workflows
/
build.yml
Copy path
File metadata and controls
42 lines (39 loc) · 1.01 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name
:
build
on
:
push
:
branches
:
-
main
tags
:
-
"
*-[0-9]+.*
"
pull_request
:
branches
:
-
main
jobs
:
build
:
name
:
build-${{ matrix.os }}
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[ubuntu-latest, windows-latest, macos-latest]
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Java
uses
:
actions/setup-java@v4
with
:
java-version
:
'
11
'
distribution
:
'
zulu
'
cache
:
'
maven
'
-
name
:
Set up CI environment
run
:
.github/setup.sh
shell
:
bash
-
name
:
Execute the build
run
:
.github/build.sh
shell
:
bash
env
:
GPG_KEY_NAME
:
${{ secrets.GPG_KEY_NAME }}
GPG_PASSPHRASE
:
${{ secrets.GPG_PASSPHRASE }}
MAVEN_USER
:
${{ secrets.MAVEN_USER }}
MAVEN_PASS
:
${{ secrets.MAVEN_PASS }}
CENTRAL_USER
:
${{ secrets.CENTRAL_USER }}
CENTRAL_PASS
:
${{ secrets.CENTRAL_PASS }}
SIGNING_ASC
:
${{ secrets.SIGNING_ASC }}
Back
|
FazBrowse Home
|
New Git URL