File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,28 @@ on: [push]
4
4
5
5
jobs :
6
6
build :
7
-
8
7
runs-on : ubuntu-latest
9
8
10
9
steps :
11
- - uses : actions/checkout@v3
12
- - name : Set up JDK 17
13
- uses : actions/setup-java@v4
14
- with :
15
- java-version : 17
16
- distribution : ' temurin'
17
- java-package : jdk
18
- - name : Set up Maven 3.9.6
19
- uses : stCarolas/setup-maven@v5
20
- with :
21
- maven-version : 3.9.6
22
- - name : Build with Maven (Java 17)
23
- run : mvn -B package --file com.googlecode.cppcheclipse.parent/pom.xml
10
+ - uses : actions/checkout@v3
11
+
12
+ - name : Set up JDK 17
13
+ uses : actions/setup-java@v4
14
+ with :
15
+ java-version : 17
16
+ distribution : ' temurin'
17
+ java-package : jdk
18
+
19
+ - name : Set up Maven 3.9.6
20
+ uses : stCarolas/setup-maven@v5
21
+ with :
22
+ maven-version : 3.9.6
23
+
24
+ - name : Build with Maven (Java 17)
25
+ run : mvn -B package --file com.googlecode.cppcheclipse.parent/pom.xml
26
+
27
+ - uses : actions/upload-artifact@v4
28
+ with :
29
+ name : cppcheclipse-repository
30
+ path : com.googlecode.cppcheclipse.repository/target/com.googlecode.cppcheclipse.repository-*-SNAPSHOT.zip
31
+
You can’t perform that action at this time.
0 commit comments