Bumped bld to version 2.0.0-SHAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-07-22 16:25:57 -07:00
parent b2574279eb
commit b26240df76
Signed by: erik
GPG key ID: 776702A6A2DA330E
11 changed files with 32 additions and 38 deletions

View file

@ -22,17 +22,12 @@ jobs:
distribution: "zulu"
java-version: ${{ matrix.java-version }}
- name: Grant execute permission for bld
run: chmod +x bld
- name: Download the dependencies
- name: Download dependencies
run: ./bld download
- name: Download the examples dependencies
run: |
cd examples
chmod +x bld
./bld download
- name: Download dependencies [examples]
working-directory: examples
run: ./bld download
- name: Run tests with bld
- name: Run tests
run: ./bld compile test