Skip to content

Commit

Permalink
Added build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunhkumar committed Jan 14, 2024
1 parent 64fd08e commit fd5c8d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build-clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
echo "*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Clean *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
make clean

echo "*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Configuring *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
bash configure --with-cmake --with-boot-jdk=/home/jenkins/bootjdks/jdk18 --enable-inline-types --with-native-debug-symbols=internal

echo "*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Building *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
make all

echo "*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Done *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*"

0 comments on commit fd5c8d2

Please sign in to comment.