Skip to content

Commit

Permalink
[riscv][image] add image build for RISCV to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gigiblender committed Mar 14, 2019
1 parent 9b80eb8 commit f7d50c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -58,6 +58,7 @@ pipeline {
dir(env.MAXINE_HOME) {
sh '$MX image -build=DEBUG -platform linux-aarch64 -isa Aarch64'
sh '$MX image -build=DEBUG -platform linux-arm -isa ARMV7'
sh '$MX image -build=DEBUG -platform linux-riscv64 -isa RISCV64'
sh '$MX -J-ea image'
}
}, 'test-init': {
Expand Down

0 comments on commit f7d50c7

Please sign in to comment.