|
|
@ -16,7 +16,7 @@ env:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
format:
|
|
|
|
format:
|
|
|
|
name: 'verify format'
|
|
|
|
name: 'Verify Format'
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
container:
|
|
|
|
container:
|
|
|
|
image: fijxu/build-environments:linux-clang-format
|
|
|
|
image: fijxu/build-environments:linux-clang-format
|
|
|
@ -24,13 +24,12 @@ jobs:
|
|
|
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
|
|
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: false
|
|
|
|
submodules: false
|
|
|
|
- name: set up JDK 17
|
|
|
|
# - name: set up JDK 17
|
|
|
|
uses: https://github.com/actions/setup-java@v3
|
|
|
|
# uses: https://github.com/actions/setup-java@v3
|
|
|
|
with:
|
|
|
|
# with:
|
|
|
|
java-version: '17'
|
|
|
|
# java-version: '17'
|
|
|
|
distribution: 'temurin'
|
|
|
|
# distribution: 'temurin'
|
|
|
|
- name: 'Verify Formatting'
|
|
|
|
- name: 'Verify Formatting'
|
|
|
|
container:
|
|
|
|
|
|
|
|
run: bash -ex ./.ci/scripts/format/script.sh
|
|
|
|
run: bash -ex ./.ci/scripts/format/script.sh
|
|
|
|
build-linux:
|
|
|
|
build-linux:
|
|
|
|
name: 'test build'
|
|
|
|
name: 'test build'
|
|
|
|