Skip to content

Commit dcad061

Browse files
author
Vladimir Kotal
committed
use common Maven build for all OSes
1 parent dd7c760 commit dcad061

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
if: runner.os == 'Linux' || runner.os == 'macOS'
2828
run: ./dev/before_install
2929
- name: Install Universal ctags (Windows)
30-
run: choco install universal-ctags
3130
if: runner.os == 'Windows'
31+
run: choco install universal-ctags
3232
- name: Before build actions (Unix)
3333
if: runner.os == 'Linux' || runner.os == 'macOS'
3434
run: ./dev/before
35-
- name: Unix build
36-
if: runner.os == 'Linux' || runner.os == 'macOS'
35+
- name: Maven build
36+
shell: bash
3737
env:
3838
OPENGROK_PULL_REQUEST: ${{ github.head_ref }}
3939
OPENGROK_REPO_SLUG: ${{ github.repository }}
@@ -42,6 +42,3 @@ jobs:
4242
OPENGROK_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: ./dev/main
45-
- name: Windows build
46-
if: runner.os == 'Windows'
47-
run: mvn -B -V verify

0 commit comments

Comments
 (0)