Skip to content

Commit b1bf33f

Browse files
committed
Add gcc
1 parent 8dc29cf commit b1bf33f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ java:
77
- oraclejdk8
88
build:
99
- script: |
10+
export DEBIAN_FRONTEND=noninteractive
1011
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
1112
export PATH=$MAVEN_HOME/bin:$PATH
13+
sudo apt-get update
14+
sudo apt-get install -y build-essential
1215
mvn -B install -DskipTests

0 commit comments

Comments
 (0)