Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshydclub authored Sep 12, 2023
1 parent eea707b commit 4f26ae9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build vprofile project
on: workflow_dispatch
jobs:
builder:
runs_on: ubuntu-latest
steps:
- name: Message
run: echo "This job will install jdk, maven & build the project"
- name: Install dependencies
run: |
sudo apt update
sudo apt install openjdk-11-jdk -y
sudo apt install maven -y

0 comments on commit 4f26ae9

Please sign in to comment.