Skip to content

Commit

Permalink
buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
NkosiMlaba committed Oct 8, 2024
1 parent a127628 commit daab0ee
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,13 @@ jobs:
build_image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify

-
name: Install dependencies
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y make net-tools sqlite3
-
name: Compile project
sudo apt-get install -y make net-tools
- name: Compile project
working-directory: ../../../../
run: |
make build-no-tests
-
Expand Down

0 comments on commit daab0ee

Please sign in to comment.