File tree Expand file tree Collapse file tree 5 files changed +10
-38
lines changed Expand file tree Collapse file tree 5 files changed +10
-38
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-build.sh
2
+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-build.sh
3
3
sh ci-build.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-setup-github-actions.sh
2
+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-setup-github-actions.sh
3
3
sh ci-setup-github-actions.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
- master
7
7
tags :
8
8
- " *-[0-9]+.*"
9
+ pull_request :
10
+ branches :
11
+ - master
9
12
10
13
jobs :
11
14
build :
@@ -14,16 +17,12 @@ jobs:
14
17
steps :
15
18
- uses : actions/checkout@v2
16
19
- name : Set up Java
17
- uses : actions/setup-java@v1
20
+ uses : actions/setup-java@v3
18
21
with :
19
22
java-version : ' 8'
20
23
java-package : ' jdk+fx'
21
- - name : Cache Maven artifacts
22
- uses : actions/cache@v2
23
- with :
24
- path : ~/.m2
25
- key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
26
- restore-keys : ${{ runner.os }}-m2
24
+ distribution : ' zulu'
25
+ cache : ' maven'
27
26
- name : Set up CI environment
28
27
run : .github/setup.sh
29
28
- name : Execute the build
33
32
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
34
33
MAVEN_USER : ${{ secrets.MAVEN_USER }}
35
34
MAVEN_PASS : ${{ secrets.MAVEN_PASS }}
35
+ OSSRH_USER : ${{ secrets.OSSRH_USER }}
36
36
OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
37
37
SIGNING_ASC : ${{ secrets.SIGNING_ASC }}
Original file line number Diff line number Diff line change 1
- [ ![ ] ( https://github.com/scijava/scijava-repl-fx/actions/workflows/build-main .yml/badge.svg )] ( https://github.com/scijava/scijava-repl-fx/actions/workflows/build-main .yml )
1
+ [ ![ Build Status ] ( https://github.com/scijava/scijava-repl-fx/actions/workflows/build.yml/badge.svg )] ( https://github.com/scijava/scijava-repl-fx/actions/workflows/build.yml )
2
2
3
3
# SciJava REPL FX
4
4
You can’t perform that action at this time.
0 commit comments